Home
last modified time | relevance | path

Searched refs:IB_MGMT_METHOD_GET_RESP (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_sqp.c205 case IB_MGMT_METHOD_GET_RESP: in ehca_process_perf()
214 out_perf->mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in ehca_process_perf()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmcg.c326 mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in send_reply_to_slave()
672 if ((method == IB_MGMT_METHOD_GET_RESP)) { in mlx4_ib_mcg_work_handler()
692 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler()
891 case IB_MGMT_METHOD_GET_RESP: in mlx4_ib_mcg_demux_handler()
897 if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_demux_handler()
978 case IB_MGMT_METHOD_GET_RESP: in mlx4_ib_mcg_multiplex_handler()
Dmad.c351 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
699 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP) in mlx4_ib_demux_mad()
/linux-4.1.27/include/rdma/
Dib_mad.h69 #define IB_MGMT_METHOD_GET_RESP 0x81 macro
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mad.c153 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c52 smp->method = IB_MGMT_METHOD_GET_RESP; in reply()
1374 case IB_MGMT_METHOD_GET_RESP: in process_subn()
1456 case IB_MGMT_METHOD_GET_RESP: in process_perf()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.c46 smp->method = IB_MGMT_METHOD_GET_RESP; in reply()
58 smp->method = IB_MGMT_METHOD_GET_RESP; in reply_failure()
1980 case IB_MGMT_METHOD_GET_RESP: in process_subn()
2073 case IB_MGMT_METHOD_GET_RESP: in process_perf()
2364 case IB_MGMT_METHOD_GET_RESP: in process_cc()
/linux-4.1.27/drivers/infiniband/core/
Dmad.c1936 response->mad.mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in generate_unmatched_resp()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c487 dm_mad->mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in srpt_mad_recv_handler()