Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c93 if (rdma_cap_ib_switch(device)) in agent_send_response()
127 if (rdma_cap_ib_switch(device)) { in agent_send_response()
H A Dib_mad.c769 if (rdma_cap_ib_switch(device) && in handle_outgoing_dr_smp()
788 rdma_cap_ib_switch(device), in handle_outgoing_dr_smp()
811 smi_handle_dr_smp_send(smp, rdma_cap_ib_switch(device), port_num) == in handle_outgoing_dr_smp()
2025 rdma_cap_ib_switch(port_priv->device), in handle_ib_smi()
2037 rdma_cap_ib_switch(port_priv->device), in handle_ib_smi()
2043 } else if (rdma_cap_ib_switch(port_priv->device)) { in handle_ib_smi()
2110 rdma_cap_ib_switch(port_priv->device), in handle_opa_smi()
2122 rdma_cap_ib_switch(port_priv->device), in handle_opa_smi()
2130 } else if (rdma_cap_ib_switch(port_priv->device)) { in handle_opa_smi()
2238 if (rdma_cap_ib_switch(port_priv->device)) in ib_mad_recv_done()
H A Dib_sysfs.c1346 if (rdma_cap_ib_switch(device)) { in ib_device_register_sysfs()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2618 static inline bool rdma_cap_ib_switch(const struct ib_device *device) in rdma_cap_ib_switch() function
2633 return rdma_cap_ib_switch(device) ? 0 : 1; in rdma_start_port()
2646 return rdma_cap_ib_switch(device) ? 0 : device->phys_port_cnt; in rdma_end_port()