Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dib_umad.h17 TP_PROTO(struct ib_umad_file *file, struct ib_user_mad_hdr *umad_hdr,
110 TP_PROTO(struct ib_umad_file *file, struct ib_user_mad_hdr *umad_hdr,
115 TP_PROTO(struct ib_umad_file *file, struct ib_user_mad_hdr *umad_hdr,
120 TP_PROTO(struct ib_umad_file *file, struct ib_user_mad_hdr *umad_hdr,
/Linux-v5.4/include/uapi/rdma/
Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/Linux-v5.4/Documentation/infiniband/
Duser_mad.rst122 index of received MADs. A new layout for struct ib_user_mad_hdr
129 to 6, the new layout of struct ib_user_mad_hdr will be used by
/Linux-v5.4/drivers/infiniband/core/
Duser_mad.c168 return file->use_pkey_index ? sizeof (struct ib_user_mad_hdr) : in hdr_size()
438 static int same_destination(struct ib_user_mad_hdr *hdr1, in same_destination()
439 struct ib_user_mad_hdr *hdr2) in same_destination()