Searched refs:hwerrmsgs (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | intr.c | 79 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()
|
D | hfi.h | 1797 const struct hfi1_hwerror_msgs *hwerrmsgs,
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_intr.c | 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()
|
D | qib.h | 1541 const struct qib_hwerror_msgs *hwerrmsgs,
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 205 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()
|
D | ipath_kernel.h | 1370 const struct ipath_hwerror_msgs *hwerrmsgs,
|