Home
last modified time | relevance | path

Searched defs:rmpp_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/rdma/
Dib_mad.h186 struct ib_rmpp_hdr rmpp_hdr; member
192 struct ib_rmpp_hdr rmpp_hdr; member
199 struct ib_rmpp_hdr rmpp_hdr; member
272 static inline u8 ib_get_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_resptime()
281 static inline u8 ib_get_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_flags()
291 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime()
301 static inline void ib_set_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr, u8 flags) in ib_set_rmpp_flags()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h80 struct ib_rmpp_hdr rmpp_hdr; member
/linux-4.1.27/drivers/infiniband/core/
Dmad_rmpp.c739 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data() local