Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A 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,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A 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
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duser_mad.c168 return file->use_pkey_index ? sizeof (struct ib_user_mad_hdr) : in hdr_size()
448 static int same_destination(struct ib_user_mad_hdr *hdr1, in same_destination()
449 struct ib_user_mad_hdr *hdr2) in same_destination()