Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dmcg.c322 mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in send_reply_to_slave()
668 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler()
688 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler()
887 case IB_MGMT_METHOD_GET_RESP: in mlx4_ib_mcg_demux_handler()
893 if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_demux_handler()
974 case IB_MGMT_METHOD_GET_RESP: in mlx4_ib_mcg_multiplex_handler()
Dmad.c343 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
655 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP) in mlx4_ib_demux_mad()
/freebsd-10-stable/sys/ofed/include/rdma/
Dib_mad.h68 #define IB_MGMT_METHOD_GET_RESP 0x81 macro
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_mad.c153 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
/freebsd-10-stable/sys/ofed/drivers/infiniband/util/
Dmadeye.c113 case IB_MGMT_METHOD_GET_RESP: in get_method_name()