Home
last modified time | relevance | path

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

/Linux-v4.19/net/9p/
Dtrans_fd.c301 p9_debug(P9_DEBUG_TRANS, "start mux %p pos %zd\n", m, m->rc.offset); in p9_read_work()
310 p9_debug(P9_DEBUG_TRANS, "read mux %p pos %zd size: %zd = %zd\n", in p9_read_work()
315 p9_debug(P9_DEBUG_TRANS, "mux %p got %d bytes\n", m, err); in p9_read_work()
326 p9_debug(P9_DEBUG_TRANS, "got new header\n"); in p9_read_work()
345 p9_debug(P9_DEBUG_TRANS, in p9_read_work()
374 p9_debug(P9_DEBUG_TRANS, "got new packet\n"); 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()
478 p9_debug(P9_DEBUG_TRANS, "mux %p pos %d size %d\n", in p9_write_work()
482 p9_debug(P9_DEBUG_TRANS, "mux %p sent %d bytes\n", m, err); in p9_write_work()
[all …]
Dtrans_virtio.c148 p9_debug(P9_DEBUG_TRANS, ": request done\n"); in req_done()
267 p9_debug(P9_DEBUG_TRANS, "9p debug: virtio request\n"); in p9_virtio_request()
296 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_request()
300 p9_debug(P9_DEBUG_TRANS, in p9_virtio_request()
308 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_request()
408 p9_debug(P9_DEBUG_TRANS, "virtio request\n"); in p9_virtio_zc_request()
489 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_zc_request()
493 p9_debug(P9_DEBUG_TRANS, in p9_virtio_zc_request()
501 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_zc_request()
/Linux-v4.19/include/net/9p/
D9p.h55 P9_DEBUG_TRANS = (1<<6), enumerator