Searched refs:rdma_cap_ib_switch (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c95 if (rdma_cap_ib_switch(device))
129 if (rdma_cap_ib_switch(device)) {
H A Dib_mad.c767 if (rdma_cap_ib_switch(device) &&
786 rdma_cap_ib_switch(device),
809 smi_handle_dr_smp_send(smp, rdma_cap_ib_switch(device), port_num) ==
2038 rdma_cap_ib_switch(port_priv->device),
2050 rdma_cap_ib_switch(port_priv->device),
2056 } else if (rdma_cap_ib_switch(port_priv->device)) {
2123 rdma_cap_ib_switch(port_priv->device),
2135 rdma_cap_ib_switch(port_priv->device),
2143 } else if (rdma_cap_ib_switch(port_priv->device)) {
2254 if (rdma_cap_ib_switch(port_pri
[all...]
H A Dib_sysfs.c1292 if (rdma_cap_ib_switch(device)) {
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2230 * rdma_cap_ib_switch - Check if the device is IB switch
2238 static inline bool rdma_cap_ib_switch(const struct ib_device *device) function
2253 return rdma_cap_ib_switch(device) ? 0 : 1;
2266 return rdma_cap_ib_switch(device) ? 0 : device->phys_port_cnt;

Completed in 160 milliseconds