Home
last modified time | relevance | path

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

/linux-6.1.9/include/rdma/
Dib_mad.h150 struct ib_rmpp_hdr { struct
188 struct ib_rmpp_hdr rmpp_hdr;
194 struct ib_rmpp_hdr rmpp_hdr;
200 struct ib_rmpp_hdr rmpp_hdr;
207 struct ib_rmpp_hdr rmpp_hdr;
488 static inline u8 ib_get_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_resptime()
497 static inline u8 ib_get_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr) in ib_get_rmpp_flags()
507 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime()
517 static inline void ib_set_rmpp_flags(struct ib_rmpp_hdr *rmpp_hdr, u8 flags) in ib_set_rmpp_flags()
/linux-6.1.9/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.h476 struct ib_rmpp_hdr rmpp_hdr;
518 struct ib_rmpp_hdr rmpp_hdr;
/linux-6.1.9/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h80 struct ib_rmpp_hdr rmpp_hdr;
/linux-6.1.9/drivers/infiniband/core/
Dmad_rmpp.c746 struct ib_rmpp_hdr *rmpp_hdr; in process_rmpp_data()