Searched refs:hwmsg (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rdma/hfi1/ |
D | intr.c | 64 static void format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in format_hwmsg() argument 67 strlcat(msg, hwmsg, msgl); in format_hwmsg()
|
/drivers/infiniband/hw/qib/ |
D | qib_intr.c | 47 static void qib_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in qib_format_hwmsg() argument 50 strlcat(msg, hwmsg, msgl); in qib_format_hwmsg()
|
/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 189 static void ipath_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in ipath_format_hwmsg() argument 192 strlcat(msg, hwmsg, msgl); in ipath_format_hwmsg()
|