Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h324 #define P9_NOTAG ((u16)(~0)) macro
/openbmc/qemu/hw/9pfs/
H A D9p.h114 #define P9_NOTAG UINT16_MAX macro
/openbmc/linux/net/9p/
H A Dclient.c239 fc->tag = P9_NOTAG; in p9_fcall_init()
317 tag = idr_alloc(&c->reqs, req, P9_NOTAG, P9_NOTAG + 1, in p9_tag_alloc()
320 tag = idr_alloc(&c->reqs, req, 0, P9_NOTAG, GFP_NOWAIT); in p9_tag_alloc()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c310 opt.tag = P9_NOTAG; in v9fs_tversion()