Home
last modified time | relevance | path

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

/openbmc/linux/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,
/openbmc/linux/include/uapi/rdma/
H A Dib_user_mad.h117 struct ib_user_mad_hdr { struct
145 struct ib_user_mad_hdr hdr; argument
/openbmc/linux/Documentation/translations/zh_CN/infiniband/
H A 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
/openbmc/linux/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
/openbmc/linux/drivers/infiniband/core/
H A Duser_mad.c176 return file->use_pkey_index ? sizeof(struct ib_user_mad_hdr) : in hdr_size()
462 static int same_destination(struct ib_user_mad_hdr *hdr1, in same_destination()
463 struct ib_user_mad_hdr *hdr2) in same_destination()