Searched refs:network_type (Results 1 – 3 of 3) sorted by relevance
137 static inline enum ib_gid_type ib_network_to_gid_type(enum rdma_network_type network_type) in ib_network_to_gid_type() argument139 if (network_type == RDMA_NETWORK_IPV4 || in ib_network_to_gid_type()140 network_type == RDMA_NETWORK_IPV6) in ib_network_to_gid_type()
2523 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument2527 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type()2528 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
5048 uint8_t network_type; member