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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
H A Dqib.h1442 const struct qib_hwerror_msgs *hwerrmsgs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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,
223 if (hwerrs & hwerrmsgs[i].mask) {
224 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
H A Dipath_kernel.h1373 const struct ipath_hwerror_msgs *hwerrmsgs,

Completed in 72 milliseconds