Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_agent.c95 if (rdma_cap_ib_switch(device)) in agent_send_response()
129 if (rdma_cap_ib_switch(device)) { in agent_send_response()
Dib_mad.c767 if (rdma_cap_ib_switch(device) && in handle_outgoing_dr_smp()
786 rdma_cap_ib_switch(device), in handle_outgoing_dr_smp()
809 smi_handle_dr_smp_send(smp, rdma_cap_ib_switch(device), port_num) == in handle_outgoing_dr_smp()
2038 rdma_cap_ib_switch(port_priv->device), in handle_ib_smi()
2050 rdma_cap_ib_switch(port_priv->device), in handle_ib_smi()
2056 } else if (rdma_cap_ib_switch(port_priv->device)) { in handle_ib_smi()
2123 rdma_cap_ib_switch(port_priv->device), in handle_opa_smi()
2135 rdma_cap_ib_switch(port_priv->device), in handle_opa_smi()
2143 } else if (rdma_cap_ib_switch(port_priv->device)) { in handle_opa_smi()
2254 if (rdma_cap_ib_switch(port_priv->device)) in ib_mad_recv_done()
Dib_sysfs.c1292 if (rdma_cap_ib_switch(device)) { in ib_device_register_sysfs()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h2238 static inline bool rdma_cap_ib_switch(const struct ib_device *device) in rdma_cap_ib_switch() function
2253 return rdma_cap_ib_switch(device) ? 0 : 1; in rdma_start_port()
2266 return rdma_cap_ib_switch(device) ? 0 : device->phys_port_cnt; in rdma_end_port()