Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_mad_rmpp.c131 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in format_ack()
203 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in ack_ds_ack()
238 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in nack_recv()
587 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in send_next_seg()
824 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc()
895 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_send_rmpp_mad()
921 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_send_wc()
959 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_retry_rmpp()
HDib_user_mad.c525 IB_MGMT_RMPP_FLAG_ACTIVE; in ib_umad_write()
578 && (ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_umad_write()
HDib_mad.c974 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list()
1845 IB_MGMT_RMPP_FLAG_ACTIVE) || in is_rmpp_data_mad()
1989 & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_mad_complete_recv()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_mad.h103 #define IB_MGMT_RMPP_FLAG_ACTIVE 1 macro
/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
HDmadeye.c274 if (rmpp_flags & IB_MGMT_RMPP_FLAG_ACTIVE) in get_rmpp_flags()