Home
last modified time | relevance | path

Searched refs:ib_rmpp_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/rdma/
Dib_mad.h177 struct ib_rmpp_hdr { struct
215 struct ib_rmpp_hdr rmpp_hdr;
221 struct ib_rmpp_hdr rmpp_hdr;
227 struct ib_rmpp_hdr rmpp_hdr;
234 struct ib_rmpp_hdr rmpp_hdr;
377 static inline u8 ib_get_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_resptime()
386 static inline u8 ib_get_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_flags()
396 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime()
406 static inline void ib_set_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr, u8 flags) in ib_set_rmpp_flags()
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h80 struct ib_rmpp_hdr rmpp_hdr;
/linux-4.4.14/drivers/infiniband/core/
Dmad_rmpp.c754 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data()