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

/linux-master/net/9p/
H A Dtrans_fd.c289 p9_debug(P9_DEBUG_TRANS, "start mux %p pos %zd\n", m, m->rc.offset);
298 p9_debug(P9_DEBUG_TRANS, "read mux %p pos %zd size: %zd = %zd\n",
303 p9_debug(P9_DEBUG_TRANS, "mux %p got %d bytes\n", m, err);
314 p9_debug(P9_DEBUG_TRANS, "got new header\n");
325 p9_debug(P9_DEBUG_TRANS,
363 p9_debug(P9_DEBUG_TRANS, "got new packet\n");
371 p9_debug(P9_DEBUG_TRANS,
399 p9_debug(P9_DEBUG_TRANS, "sched read work %p\n", m);
469 p9_debug(P9_DEBUG_TRANS, "move req %p\n", req);
480 p9_debug(P9_DEBUG_TRANS, "mu
[all...]
H A Dtrans_virtio.c136 p9_debug(P9_DEBUG_TRANS, ": request done\n");
263 p9_debug(P9_DEBUG_TRANS, "9p debug: virtio request\n");
292 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n");
296 p9_debug(P9_DEBUG_TRANS,
304 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n");
435 p9_debug(P9_DEBUG_TRANS, "virtio request\n");
520 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n");
524 p9_debug(P9_DEBUG_TRANS,
533 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n");
/linux-master/include/net/9p/
H A D9p.h20 * @P9_DEBUG_TRANS: transport tracing
38 P9_DEBUG_TRANS = (1<<6), enumerator in enum:p9_debug_flags

Completed in 176 milliseconds