Home
last modified time | relevance | path

Searched refs:hwerrmsgs (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dintr.c108 * @hwerrmsgs hardware error descriptions
109 * @nhwerrmsgs number of hwerrmsgs
113 void hfi1_format_hwerrors(u64 hwerrs, const struct hfi1_hwerror_msgs *hwerrmsgs, in hfi1_format_hwerrors() argument
119 if (hwerrs & hwerrmsgs[i].mask) in hfi1_format_hwerrors()
120 format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in hfi1_format_hwerrors()
H A Dhfi.h2406 const struct hfi1_hwerror_msgs *hwerrmsgs,
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dintr.c66 * @hwerrmsgs: hardware error descriptions
67 * @nhwerrmsgs: number of hwerrmsgs
71 void hfi1_format_hwerrors(u64 hwerrs, const struct hfi1_hwerror_msgs *hwerrmsgs, in hfi1_format_hwerrors() argument
77 if (hwerrs & hwerrmsgs[i].mask) in hfi1_format_hwerrors()
78 format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in hfi1_format_hwerrors()
H A Dhfi.h2353 const struct hfi1_hwerror_msgs *hwerrmsgs,
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_intr.c57 * @hwerrmsgs hardware error descriptions
58 * @nhwerrmsgs number of hwerrmsgs
62 void qib_format_hwerrors(u64 hwerrs, const struct qib_hwerror_msgs *hwerrmsgs, in qib_format_hwerrors() argument
68 if (hwerrs & hwerrmsgs[i].mask) in qib_format_hwerrors()
69 qib_format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in qib_format_hwerrors()
H A Dqib.h1513 const struct qib_hwerror_msgs *hwerrmsgs,
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_intr.c57 * @hwerrmsgs: hardware error descriptions
58 * @nhwerrmsgs: number of hwerrmsgs
62 void qib_format_hwerrors(u64 hwerrs, const struct qib_hwerror_msgs *hwerrmsgs, in qib_format_hwerrors() argument
68 if (hwerrs & hwerrmsgs[i].mask) in qib_format_hwerrors()
69 qib_format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in qib_format_hwerrors()
H A Dqib.h1481 const struct qib_hwerror_msgs *hwerrmsgs,

Completed in 18 milliseconds