Searched defs:rmpp_hdr (Results 1 – 3 of 3) sorted by relevance
185 struct ib_rmpp_hdr rmpp_hdr; member191 struct ib_rmpp_hdr rmpp_hdr; member198 struct ib_rmpp_hdr rmpp_hdr; member271 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()
286 static void print_rmpp_hdr(struct ib_rmpp_hdr *rmpp_hdr) in print_rmpp_hdr()
739 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data() local