Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/rdma/
Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/Linux-v4.19/Documentation/infiniband/
Duser_mad.txt111 index of received MADs. A new layout for struct ib_user_mad_hdr
118 to 6, the new layout of struct ib_user_mad_hdr will be used by
/Linux-v4.19/drivers/infiniband/core/
Duser_mad.c160 return file->use_pkey_index ? sizeof (struct ib_user_mad_hdr) : in hdr_size()
424 static int same_destination(struct ib_user_mad_hdr *hdr1, in same_destination()
425 struct ib_user_mad_hdr *hdr2) in same_destination()