Home
last modified time | relevance | path

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

/Linux-v4.19/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;
504 static inline u8 ib_get_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_resptime()
513 static inline u8 ib_get_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_flags()
523 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime()
533 static inline void ib_set_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr, u8 flags) in ib_set_rmpp_flags()
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.h455 struct ib_rmpp_hdr rmpp_hdr;
495 struct ib_rmpp_hdr rmpp_hdr;
/Linux-v4.19/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h80 struct ib_rmpp_hdr rmpp_hdr;
/Linux-v4.19/drivers/infiniband/core/
Dmad_rmpp.c754 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data()