Home
last modified time | relevance | path

Searched refs:hwerrmsgs (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dintr.c71 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()
Dhfi.h2355 const struct hfi1_hwerror_msgs *hwerrmsgs,
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_intr.c62 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()
Dqib.h1481 const struct qib_hwerror_msgs *hwerrmsgs,