Searched refs:ntb_printf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ntb/ |
H A D | ntb_transport.c | 76 #define ntb_printf(lvl, ...) do { \ macro 427 ntb_printf(0, "Unable to set mw%d caching\n", i); in ntb_transport_attach() 508 ntb_printf(0, "load time mw%d xlat fails, rc %d\n", i, rc); in ntb_transport_attach() 751 ntb_printf(2, "qp %d client ready\n", qp->qp_num); in ntb_transport_link_up() 1120 ntb_printf(1, "HW link up\n"); in ntb_transport_event_callback() 1123 ntb_printf(1, "HW link down\n"); in ntb_transport_event_callback() 1204 ntb_printf(0, "link up set mw%d fails, rc %d\n", in ntb_transport_link_work() 1213 ntb_printf(0, "link up mw%d xlat fails, rc %d\n", in ntb_transport_link_work() 1221 ntb_printf(1, "transport link up\n"); in ntb_transport_link_work() 1283 ntb_printf(0, "Unable to create MW tag of size %zu\n", in ntb_set_mw() [all …]
|