Home
last modified time | relevance | path

Searched refs:RDMA_NODE_IB_SWITCH (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/infiniband/core/
Dsmi.c69 if (node_type != RDMA_NODE_IB_SWITCH) in smi_handle_dr_smp_send()
82 return (node_type == RDMA_NODE_IB_SWITCH || in smi_handle_dr_smp_send()
101 if (node_type != RDMA_NODE_IB_SWITCH) in smi_handle_dr_smp_send()
113 return (node_type == RDMA_NODE_IB_SWITCH || in smi_handle_dr_smp_send()
151 if (node_type != RDMA_NODE_IB_SWITCH) in smi_handle_dr_smp_recv()
166 return (node_type == RDMA_NODE_IB_SWITCH || in smi_handle_dr_smp_recv()
186 if (node_type != RDMA_NODE_IB_SWITCH) in smi_handle_dr_smp_recv()
202 return (node_type == RDMA_NODE_IB_SWITCH ? in smi_handle_dr_smp_recv()
Dagent.c91 if (device->node_type == RDMA_NODE_IB_SWITCH) in agent_send_response()
120 if (device->node_type == RDMA_NODE_IB_SWITCH) { in agent_send_response()
Dcache.c63 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1; in start_port()
68 return (device->node_type == RDMA_NODE_IB_SWITCH) ? in end_port()
Ddevice.c156 return (device->node_type == RDMA_NODE_IB_SWITCH) ? 0 : 1; in start_port()
162 return (device->node_type == RDMA_NODE_IB_SWITCH) ? in end_port()
Dsysfs.c611 case RDMA_NODE_IB_SWITCH: return sprintf(buf, "%d: switch\n", dev->node_type); in show_node_type()
838 if (device->node_type == RDMA_NODE_IB_SWITCH) { in ib_device_register_sysfs()
Dmad.c692 if (device->node_type == RDMA_NODE_IB_SWITCH && in handle_outgoing_dr_smp()
1910 if (port_priv->device->node_type == RDMA_NODE_IB_SWITCH) in ib_mad_recv_done_handler()
1938 } else if (port_priv->device->node_type == RDMA_NODE_IB_SWITCH) { in ib_mad_recv_done_handler()
2961 if (device->node_type == RDMA_NODE_IB_SWITCH) { in ib_mad_init_device()
3011 if (device->node_type == RDMA_NODE_IB_SWITCH) { in ib_mad_remove_device()
Dmulticast.c814 if (device->node_type == RDMA_NODE_IB_SWITCH) in mcast_add_one()
Dsa_query.c1009 if (device->node_type == RDMA_NODE_IB_SWITCH) in ib_sa_add_one()
Dverbs.c112 case RDMA_NODE_IB_SWITCH: in rdma_node_get_transport()
Duser_mad.c1140 if (device->node_type == RDMA_NODE_IB_SWITCH) in ib_umad_add_one()
/linux-3.4.99/include/rdma/
Dib_verbs.h68 RDMA_NODE_IB_SWITCH, enumerator
/linux-3.4.99/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1310 if (device->node_type == RDMA_NODE_IB_SWITCH) { in ipoib_add_one()
/linux-3.4.99/drivers/infiniband/ulp/srp/
Dib_srp.c2399 if (device->node_type == RDMA_NODE_IB_SWITCH) { in srp_add_one()