Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dintr.c79 void hfi1_format_hwerrors(u64 hwerrs, const struct hfi1_hwerror_msgs *hwerrmsgs, in hfi1_format_hwerrors() argument
85 if (hwerrs & hwerrmsgs[i].mask) in hfi1_format_hwerrors()
86 format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in hfi1_format_hwerrors()
Dhfi.h1797 const struct hfi1_hwerror_msgs *hwerrmsgs,
/linux-4.4.14/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.h1541 const struct qib_hwerror_msgs *hwerrmsgs,
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c205 const struct ipath_hwerror_msgs *hwerrmsgs, in ipath_format_hwerrors() argument
221 if (hwerrs & hwerrmsgs[i].mask) { in ipath_format_hwerrors()
222 ipath_format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in ipath_format_hwerrors()
Dipath_kernel.h1370 const struct ipath_hwerror_msgs *hwerrmsgs,