Searched refs:TXP_DEVNAME (Results 1 – 2 of 2) sorted by relevance
428 printf("%s: reset hung\n", TXP_DEVNAME(sc)); in txp_reset_adapter()1652 printf("%s: no free cmd descriptors\n", TXP_DEVNAME(sc)); in txp_command2()1708 printf("%s: 0x%x command failed\n", TXP_DEVNAME(sc), id); in txp_command2()1737 TXP_DEVNAME(sc), le16toh(rsp->rsp_id)); in txp_response()1748 printf("%s: hello\n", TXP_DEVNAME(sc)); in txp_response()1751 printf("%s: unknown id(0x%x)\n", TXP_DEVNAME(sc), in txp_response()
605 #define TXP_DEVNAME(sc) ((sc)->sc_cold ? "" : device_xname((sc)->sc_dev)) macro