Home
last modified time | relevance | path

Searched defs:dmabuf_cmsg (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Duio.h23 struct dmabuf_cmsg { struct
24 __u64 frag_offset; /* offset into the dmabuf where the frag starts.
26 __u32 frag_size; /* size of the frag. */
27 __u32 frag_token; /* token representing this frag for
30 __u32 dmabuf_id; /* dmabuf id this frag belongs to. */
31 __u32 flags; /* Currently unused. Reserved for future
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c616 struct dmabuf_cmsg *dmabuf_cmsg = NULL; do_server() local
[all...]
/linux/net/ipv4/
H A Dtcp.c2458 struct dmabuf_cmsg dmabuf_cmsg = { 0 }; tcp_recvmsg_dmabuf() local
[all...]