Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/include/rdma/
HDib_mad.h185 struct ib_rmpp_hdr rmpp_hdr; member
191 struct ib_rmpp_hdr rmpp_hdr; member
198 struct ib_rmpp_hdr rmpp_hdr; member
271 static inline u8 ib_get_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_resptime()
280 static inline u8 ib_get_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_flags()
290 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime()
300 static inline void ib_set_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr, u8 flags) in ib_set_rmpp_flags()
/NextBSD/sys/ofed/drivers/infiniband/util/
HDmadeye.c286 static void print_rmpp_hdr(struct ib_rmpp_hdr *rmpp_hdr) in print_rmpp_hdr()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDmad_rmpp.c739 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data() local