Home
last modified time | relevance | path

Searched refs:msgl (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dintr.c64 static void format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in format_hwmsg() argument
66 strlcat(msg, "[", msgl); in format_hwmsg()
67 strlcat(msg, hwmsg, msgl); in format_hwmsg()
68 strlcat(msg, "]", msgl); in format_hwmsg()
80 size_t nhwerrmsgs, char *msg, size_t msgl) in hfi1_format_hwerrors() argument
86 format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in hfi1_format_hwerrors()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_intr.c47 static void qib_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in qib_format_hwmsg() argument
49 strlcat(msg, "[", msgl); in qib_format_hwmsg()
50 strlcat(msg, hwmsg, msgl); in qib_format_hwmsg()
51 strlcat(msg, "]", msgl); in qib_format_hwmsg()
63 size_t nhwerrmsgs, char *msg, size_t msgl) in qib_format_hwerrors() argument
69 qib_format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in qib_format_hwerrors()
Dqib_iba6120.c746 size_t msgl) in qib_handle_6120_hwerrors() argument
823 msgl); in qib_handle_6120_hwerrors()
830 ARRAY_SIZE(qib_6120_hwerror_msgs), msg, msgl); in qib_handle_6120_hwerrors()
840 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors()
848 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors()
Dqib_iba7220.c1298 size_t msgl) in qib_7220_handle_hwerrors() argument
1370 msgl); in qib_7220_handle_hwerrors()
1377 ARRAY_SIZE(qib_7220_hwerror_msgs), msg, msgl); in qib_7220_handle_hwerrors()
1387 strlcat(msg, bitsmsg, msgl); in qib_7220_handle_hwerrors()
1398 strlcat(msg, bitsmsg, msgl); in qib_7220_handle_hwerrors()
Dqib_iba7322.c2110 size_t msgl) in qib_7322_handle_hwerrors() argument
2163 msgl); in qib_7322_handle_hwerrors()
2169 err_decode(msg, msgl, hwerrs, qib_7322_hwerror_msgs); in qib_7322_handle_hwerrors()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c189 static void ipath_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in ipath_format_hwmsg() argument
191 strlcat(msg, "[", msgl); in ipath_format_hwmsg()
192 strlcat(msg, hwmsg, msgl); in ipath_format_hwmsg()
193 strlcat(msg, "]", msgl); in ipath_format_hwmsg()
207 char *msg, size_t msgl) in ipath_format_hwerrors() argument
215 ipath_format_hwmsg(msg, msgl, in ipath_format_hwerrors()
222 ipath_format_hwmsg(msg, msgl, hwerrmsgs[i].msg); in ipath_format_hwerrors()
Dipath_iba6110.c395 char *msg, size_t msgl) in hwerr_crcbits() argument
420 strlcat(msg, bitsmsg, msgl); in hwerr_crcbits()
502 size_t msgl) in ipath_ht_handle_hwerrors() argument
594 strlcat(msg, bitsmsg, msgl); in ipath_ht_handle_hwerrors()
600 msg, msgl); in ipath_ht_handle_hwerrors()
603 hwerr_crcbits(dd, hwerrs, msg, msgl); in ipath_ht_handle_hwerrors()
607 msgl); in ipath_ht_handle_hwerrors()
624 strlcat(msg, bitsmsg, msgl); in ipath_ht_handle_hwerrors()