Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h138 static inline enum ib_gid_type ib_network_to_gid_type(enum rdma_network_type network_type) in ib_network_to_gid_type() argument
140 if (network_type == RDMA_NETWORK_IPV4 || in ib_network_to_gid_type()
141 network_type == RDMA_NETWORK_IPV6) in ib_network_to_gid_type()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h109 u8 network_type; member
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c2709 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument
2713 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type()
2714 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwmreg.h5246 uint8_t network_type; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c575 profile->network_type = IWL_NETWORK_TYPE_ANY; in iwl_mvm_config_sched_scan_profiles()