Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Dmad_rmpp.c126 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in format_ack()
198 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in ack_ds_ack()
233 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in nack_recv()
582 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in send_next_seg()
819 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc()
890 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_send_rmpp_mad()
916 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_send_wc()
954 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_retry_rmpp()
Duser_mad.c543 IB_MGMT_RMPP_FLAG_ACTIVE; in ib_umad_write()
596 && (ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_umad_write()
Dmad.c1005 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list()
1866 IB_MGMT_RMPP_FLAG_ACTIVE) || in is_rmpp_data_mad()
2024 & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_mad_complete_recv()
/Linux-v4.19/include/rdma/
Dib_mad.h101 #define IB_MGMT_RMPP_FLAG_ACTIVE 1 macro