Home
last modified time | relevance | path

Searched refs:network_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_verbs.h137 static inline enum ib_gid_type ib_network_to_gid_type(enum rdma_network_type network_type) in ib_network_to_gid_type() argument
139 if (network_type == RDMA_NETWORK_IPV4 || in ib_network_to_gid_type()
140 network_type == RDMA_NETWORK_IPV6) in ib_network_to_gid_type()
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c2523 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument
2527 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type()
2528 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
/freebsd-12.1/sys/dev/iwm/
H A Dif_iwmreg.h5048 uint8_t network_type; member