Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c330 mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in send_reply_to_slave()
677 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler()
697 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler()
895 case IB_MGMT_METHOD_GET_RESP: in mlx4_ib_mcg_demux_handler()
901 if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_demux_handler()
982 case IB_MGMT_METHOD_GET_RESP: in mlx4_ib_mcg_multiplex_handler()
H A Dmlx4_ib_mad.c370 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
739 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP) in mlx4_ib_demux_mad()
/freebsd/sys/dev/mthca/
H A Dmthca_mad.c153 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
/freebsd/sys/ofed/include/rdma/
H A Dib_mad.h74 #define IB_MGMT_METHOD_GET_RESP 0x81 macro
/freebsd/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c115 case IB_MGMT_METHOD_GET_RESP: in get_method_name()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c2076 resp_hdr->method = IB_MGMT_METHOD_GET_RESP; in generate_unmatched_resp()