Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c586 if (rdma_cap_eth_ah(device, port_num)) { in ib_init_ah_from_wc()
635 if (!rdma_cap_eth_ah(device, port_num)) { in ib_init_ah_from_wc()
1285 if (!rdma_cap_eth_ah(device, ah_attr->port_num)) in ib_resolve_eth_dmac()
H A Dib_sa_query.c663 use_roce = rdma_cap_eth_ah(device, port_num); in ib_init_ah_from_path()
H A Dib_cma.c974 if (rdma_cap_eth_ah(id_priv->id.device, id_priv->id.port_num)) in cma_ib_init_qp_attr()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1262 int is_eth = rdma_cap_eth_ah(&dev->ib_dev, init_attr->port_num); in mlx4_ib_create_qp()
1781 int is_eth = rdma_cap_eth_ah(&dev->ib_dev, port_num) && in __mlx4_ib_modify_qp()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2868 static inline bool rdma_cap_eth_ah(const struct ib_device *device, u8 port_num) in rdma_cap_eth_ah() function