Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_mad.h180 u8 rmpp_rtime_flags; member
379 return rmpp_hdr->rmpp_rtime_flags >> 3; in ib_get_rmpp_resptime()
388 return rmpp_hdr->rmpp_rtime_flags & 0x7; in ib_get_rmpp_flags()
398 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3); in ib_set_rmpp_resptime()
408 rmpp_hdr->rmpp_rtime_flags = (rmpp_hdr->rmpp_rtime_flags & 0xF8) | in ib_set_rmpp_flags()
/linux-4.4.14/drivers/infiniband/core/
Dmad_rmpp.c586 rmpp_mad->rmpp_hdr.rmpp_rtime_flags |= IB_MGMT_RMPP_FLAG_FIRST; in send_next_seg()
593 rmpp_mad->rmpp_hdr.rmpp_rtime_flags |= IB_MGMT_RMPP_FLAG_LAST; in send_next_seg()
819 if (!(rmpp_mad->rmpp_hdr.rmpp_rtime_flags & IB_MGMT_RMPP_FLAG_ACTIVE)) in ib_process_rmpp_recv_wc()