Home
last modified time | relevance | path

Searched refs:rmpp_rtime_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/rdma/
Dib_mad.h156 u8 rmpp_rtime_flags; member
274 return rmpp_hdr->rmpp_rtime_flags >> 3; in ib_get_rmpp_resptime()
283 return rmpp_hdr->rmpp_rtime_flags & 0x7; in ib_get_rmpp_flags()
293 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3); in ib_set_rmpp_resptime()
303 rmpp_hdr->rmpp_rtime_flags = (rmpp_hdr->rmpp_rtime_flags & 0xF8) | in ib_set_rmpp_flags()
/linux-4.1.27/drivers/infiniband/core/
Dmad_rmpp.c572 rmpp_mad->rmpp_hdr.rmpp_rtime_flags |= IB_MGMT_RMPP_FLAG_FIRST; in send_next_seg()
578 rmpp_mad->rmpp_hdr.rmpp_rtime_flags |= IB_MGMT_RMPP_FLAG_LAST; in send_next_seg()
804 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc()