Searched refs:P9_DEBUG_TRANS (Results 1 – 4 of 4) sorted by relevance
/linux/net/9p/ |
H A D | trans_fd.c | 289 p9_debug(P9_DEBUG_TRANS, "start mux %p pos %zd\n", m, m->rc.offset); in p9_read_work() 298 p9_debug(P9_DEBUG_TRANS, "read mux %p pos %zd size: %zd = %zd\n", in p9_read_work() 303 p9_debug(P9_DEBUG_TRANS, "mux %p got %d bytes\n", m, err); in p9_read_work() 314 p9_debug(P9_DEBUG_TRANS, "got new header\n"); in p9_read_work() 325 p9_debug(P9_DEBUG_TRANS, in p9_read_work() 363 p9_debug(P9_DEBUG_TRANS, "got new packet\n"); in p9_read_work() 371 p9_debug(P9_DEBUG_TRANS, in p9_read_work() 399 p9_debug(P9_DEBUG_TRANS, "sched read work %p\n", m); in p9_read_work() 469 p9_debug(P9_DEBUG_TRANS, "move req %p\n", req); in p9_write_work() 480 p9_debug(P9_DEBUG_TRANS, "mux %p pos %d size %d\n", in p9_write_work() [all …]
|
H A D | trans_virtio.c | 136 p9_debug(P9_DEBUG_TRANS, ": request done\n"); in req_done() 263 p9_debug(P9_DEBUG_TRANS, "9p debug: virtio request\n"); in p9_virtio_request() 292 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_request() 296 p9_debug(P9_DEBUG_TRANS, in p9_virtio_request() 304 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_request() 435 p9_debug(P9_DEBUG_TRANS, "virtio request\n"); in p9_virtio_zc_request() 520 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_zc_request() 524 p9_debug(P9_DEBUG_TRANS, in p9_virtio_zc_request() 533 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_zc_request()
|
H A D | trans_usbg.c | 190 p9_debug(P9_DEBUG_TRANS, "mux %p got %zu bytes\n", usb9pfs, in usb9pfs_rx_header() 200 p9_debug(P9_DEBUG_TRANS, in usb9pfs_rx_header() 487 p9_debug(P9_DEBUG_TRANS, "client %p req %p\n", client, req); in p9_usbg_cancel()
|
/linux/include/net/9p/ |
H A D | 9p.h | 38 P9_DEBUG_TRANS = (1<<6), enumerator
|