Home
last modified time | relevance | path

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

/linux-3.4.99/include/rdma/
Dib_mad.h152 struct ib_rmpp_hdr { struct
185 struct ib_rmpp_hdr rmpp_hdr;
191 struct ib_rmpp_hdr rmpp_hdr;
198 struct ib_rmpp_hdr rmpp_hdr;
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()
/linux-3.4.99/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h80 struct ib_rmpp_hdr rmpp_hdr;
/linux-3.4.99/drivers/infiniband/core/
Dmad_rmpp.c739 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data()