Home
last modified time | relevance | path

Searched refs:net_iov_owner (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Ddevmem.h78 net_iov_owner(const struct net_iov *niov) in net_iov_owner() function
85 return niov - net_iov_owner(niov)->niovs; in net_iov_idx()
91 return net_iov_owner(niov)->binding; in net_iov_binding()
96 struct dmabuf_genpool_chunk_owner *owner = net_iov_owner(niov); in net_iov_virtual_addr()
104 return net_iov_owner(niov)->binding->id; in net_iov_binding_id()
H A Ddevmem.c41 struct dmabuf_genpool_chunk_owner *owner = net_iov_owner(niov); in net_devmem_get_dma_addr()