Home
last modified time | relevance | path

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

/linux-4.4.14/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.c517 IB_MGMT_RMPP_FLAG_ACTIVE; in ib_umad_write()
570 && (ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_umad_write()
Dmad.c969 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list()
1837 IB_MGMT_RMPP_FLAG_ACTIVE) || in is_rmpp_data_mad()
1981 & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_mad_complete_recv()
/linux-4.4.14/include/rdma/
Dib_mad.h101 #define IB_MGMT_RMPP_FLAG_ACTIVE 1 macro