Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/include/uapi/rdma/
Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/linux-6.6.21/Documentation/translations/zh_CN/infiniband/
Duser_mad.rst127 P_Key索引的方法。一个带有pkey_index成员的struct ib_user_mad_hdr的新布局已
132 在2008年9月,IB_USER_MAD_ABI_VERSION将被增加到6,默认使用新的ib_user_mad_hdr
/linux-6.6.21/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-6.6.21/drivers/infiniband/core/
Duser_mad.c173 return file->use_pkey_index ? sizeof(struct ib_user_mad_hdr) : in hdr_size()
453 static int same_destination(struct ib_user_mad_hdr *hdr1, in same_destination()
454 struct ib_user_mad_hdr *hdr2) in same_destination()