Searched refs:P9_DEBUG_TRANS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/9p/ |
H A D | trans_fd.c | 315 p9_debug(P9_DEBUG_TRANS, "got new header\n"); in p9_read_work() 326 p9_debug(P9_DEBUG_TRANS, in p9_read_work() 364 p9_debug(P9_DEBUG_TRANS, "got new packet\n"); in p9_read_work() 372 p9_debug(P9_DEBUG_TRANS, in p9_read_work() 470 p9_debug(P9_DEBUG_TRANS, "move req %p\n", req); in p9_write_work() 481 p9_debug(P9_DEBUG_TRANS, "mux %p pos %d size %d\n", in p9_write_work() 605 p9_debug(P9_DEBUG_TRANS, "mux %p can read\n", m); in p9_conn_create() 610 p9_debug(P9_DEBUG_TRANS, "mux %p can write\n", m); in p9_conn_create() 637 p9_debug(P9_DEBUG_TRANS, "mux %p can read\n", m); in p9_poll_mux() 1164 p9_debug(P9_DEBUG_TRANS, "start %p\n", current); in p9_poll_workfn() [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()
|
/openbmc/linux/include/net/9p/ |
H A D | 9p.h | 38 P9_DEBUG_TRANS = (1<<6), enumerator
|