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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c504 if (rdma_cap_eth_ah(device, port_num)) {
553 if (!rdma_cap_eth_ah(device, port_num)) {
1205 if (!rdma_cap_eth_ah(device, ah_attr->port_num))
H A Dib_sa_query.c663 use_roce = rdma_cap_eth_ah(device, port_num);
H A Dib_cma.c944 if (rdma_cap_eth_ah(id_priv->id.device, id_priv->id.port_num))
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1255 int is_eth = rdma_cap_eth_ah(&dev->ib_dev, init_attr->port_num);
1773 int is_eth = rdma_cap_eth_ah(&dev->ib_dev, port_num) &&
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2473 * rdma_cap_eth_ah - Check if the port of device has the capability
2488 static inline bool rdma_cap_eth_ah(const struct ib_device *device, u8 port_num) function

Completed in 142 milliseconds