Searched defs:hwerrmsgs (Results 1 - 2 of 2) sorted by relevance

/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, argument
68 if (hwerrs & hwerrmsgs[i].mask)
69 qib_format_hwmsg(msg, msgl, hwerrmsgs[i].msg);
/drivers/infiniband/hw/ipath/
H A Dipath_intr.c200 * @hwerrmsgs hardware error descriptions
201 * @nhwerrmsgs number of hwerrmsgs
206 const struct ipath_hwerror_msgs *hwerrmsgs,
222 if (hwerrs & hwerrmsgs[i].mask) {
223 ipath_format_hwmsg(msg, msgl, hwerrmsgs[i].msg);
205 ipath_format_hwerrors(u64 hwerrs, const struct ipath_hwerror_msgs *hwerrmsgs, size_t nhwerrmsgs, char *msg, size_t msgl) argument

Completed in 1028 milliseconds