Home
last modified time | relevance | path

Searched refs:IBV_TRANSPORT_IB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c69 case IBV_TRANSPORT_IB: return "InfiniBand"; in transport_str()
565 if (ib_dev->transport_type == IBV_TRANSPORT_IB) in print_hca_cap()
/freebsd/contrib/ofed/libibverbs/
H A Dinit.c185 dev->transport_type = IBV_TRANSPORT_IB; in try_driver()
H A Dverbs.h98 IBV_TRANSPORT_IB = 0, enumerator
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c967 if (id->verbs->device->transport_type == IBV_TRANSPORT_IB) { in rdma_resolve_route()
1686 case IBV_TRANSPORT_IB: in ucma_shutdown()
1890 evt->id_priv->id.verbs->device->transport_type == IBV_TRANSPORT_IB) in ucma_process_addr_resolved()
1902 if (evt->id_priv->id.verbs->device->transport_type != IBV_TRANSPORT_IB) in ucma_process_route_resolved()
H A Drsocket.c3414 (rs->cm_id->verbs->device->transport_type == IBV_TRANSPORT_IB)))) in rsetsockopt()