Home
last modified time | relevance | path

Searched refs:P9_DEBUG_TRANS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/9p/
H A Dtrans_fd.c316 p9_debug(P9_DEBUG_TRANS, "got new header\n"); in p9_read_work()
327 p9_debug(P9_DEBUG_TRANS, in p9_read_work()
365 p9_debug(P9_DEBUG_TRANS, "got new packet\n"); in p9_read_work()
373 p9_debug(P9_DEBUG_TRANS, in p9_read_work()
471 p9_debug(P9_DEBUG_TRANS, "move req %p\n", req); in p9_write_work()
482 p9_debug(P9_DEBUG_TRANS, "mux %p pos %d size %d\n", in p9_write_work()
606 p9_debug(P9_DEBUG_TRANS, "mux %p can read\n", m); in p9_conn_create()
611 p9_debug(P9_DEBUG_TRANS, "mux %p can write\n", m); in p9_conn_create()
638 p9_debug(P9_DEBUG_TRANS, "mux %p can read\n", m); in p9_poll_mux()
1162 p9_debug(P9_DEBUG_TRANS, "start %p\n", current); in p9_poll_workfn()
[all …]
H A Dtrans_virtio.c136 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 Dtrans_usbg.c190 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-6.15/include/net/9p/
H A D9p.h38 P9_DEBUG_TRANS = (1<<6), enumerator