Searched refs:P9_DEBUG_TRANS (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/net/9p/ |
D | trans_fd.c | 304 p9_debug(P9_DEBUG_TRANS, "start mux %p pos %d\n", m, m->rpos); in p9_read_work() 313 p9_debug(P9_DEBUG_TRANS, "read mux %p pos %d size: %d = %d\n", in p9_read_work() 317 p9_debug(P9_DEBUG_TRANS, "mux %p got %d bytes\n", m, err); in p9_read_work() 330 p9_debug(P9_DEBUG_TRANS, "got new header\n"); in p9_read_work() 341 p9_debug(P9_DEBUG_TRANS, in p9_read_work() 369 p9_debug(P9_DEBUG_TRANS, "got new packet\n"); in p9_read_work() 389 p9_debug(P9_DEBUG_TRANS, "sched read work %p\n", m); in p9_read_work() 465 p9_debug(P9_DEBUG_TRANS, "move req %p\n", req); in p9_write_work() 474 p9_debug(P9_DEBUG_TRANS, "mux %p pos %d size %d\n", in p9_write_work() 478 p9_debug(P9_DEBUG_TRANS, "mux %p sent %d bytes\n", m, err); in p9_write_work() [all …]
|
D | trans_virtio.c | 151 p9_debug(P9_DEBUG_TRANS, ": request done\n"); in req_done() 164 p9_debug(P9_DEBUG_TRANS, ": rc %p\n", rc); in req_done() 165 p9_debug(P9_DEBUG_TRANS, ": lookup tag %d\n", rc->tag); in req_done() 263 p9_debug(P9_DEBUG_TRANS, "9p debug: virtio request\n"); in p9_virtio_request() 287 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_request() 291 p9_debug(P9_DEBUG_TRANS, in p9_virtio_request() 299 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_request() 360 p9_debug(P9_DEBUG_TRANS, "virtio request\n"); in p9_virtio_zc_request() 430 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_zc_request() 434 p9_debug(P9_DEBUG_TRANS, in p9_virtio_zc_request() [all …]
|
/linux-3.4.99/include/net/9p/ |
D | 9p.h | 55 P9_DEBUG_TRANS = (1<<6), enumerator
|