Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
Dagent.c91 if (rdma_cap_ib_switch(device)) in agent_send_response()
125 if (rdma_cap_ib_switch(device)) { in agent_send_response()
Dmad.c620 if (rdma_cap_ib_switch(device) && in handle_outgoing_dr_smp()
641 rdma_cap_ib_switch(device), in handle_outgoing_dr_smp()
666 smi_handle_dr_smp_send(smp, rdma_cap_ib_switch(device), port_num) == in handle_outgoing_dr_smp()
1880 rdma_cap_ib_switch(port_priv->device), in handle_ib_smi()
1892 rdma_cap_ib_switch(port_priv->device), in handle_ib_smi()
1898 } else if (rdma_cap_ib_switch(port_priv->device)) { in handle_ib_smi()
1967 rdma_cap_ib_switch(port_priv->device), in handle_opa_smi()
1979 rdma_cap_ib_switch(port_priv->device), in handle_opa_smi()
1987 } else if (rdma_cap_ib_switch(port_priv->device)) { in handle_opa_smi()
2095 if (rdma_cap_ib_switch(port_priv->device)) in ib_mad_recv_done()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h2980 static inline bool rdma_cap_ib_switch(const struct ib_device *device) in rdma_cap_ib_switch() function
2995 return rdma_cap_ib_switch(device) ? 0 : 1; in rdma_start_port()
3018 return rdma_cap_ib_switch(device) ? 0 : device->phys_port_cnt; in rdma_end_port()