Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dmad_rmpp.c124 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in format_ack()
194 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in ack_ds_ack()
229 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in nack_recv()
568 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in send_next_seg()
804 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc()
875 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_send_rmpp_mad()
901 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_send_wc()
939 IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_retry_rmpp()
Duser_mad.c514 IB_MGMT_RMPP_FLAG_ACTIVE; in ib_umad_write()
565 && (ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_umad_write()
Dmad.c905 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list()
1746 IB_MGMT_RMPP_FLAG_ACTIVE) || in is_data_mad()
1890 & IB_MGMT_RMPP_FLAG_ACTIVE)) { in ib_mad_complete_recv()
/linux-4.1.27/include/rdma/
Dib_mad.h98 #define IB_MGMT_RMPP_FLAG_ACTIVE 1 macro