Searched refs:IB_MGMT_METHOD_RESP (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad_rmpp.c129 ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
202 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
235 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
864 if (!(mad_hdr->method & IB_MGMT_METHOD_RESP))
872 (rmpp_recv->method & IB_MGMT_METHOD_RESP))
H A Dib_mad.c190 return ((hdr->method & IB_MGMT_METHOD_RESP) ||
1762 ~IB_MGMT_METHOD_RESP];
1780 ~IB_MGMT_METHOD_RESP];
/freebsd-12-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c119 case IB_MGMT_METHOD_SEND | IB_MGMT_METHOD_RESP:
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_mad.h83 #define IB_MGMT_METHOD_RESP 0x80 macro
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c721 if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) {

Completed in 188 milliseconds