Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddevmem.h110 struct net_iov_area *owner = net_iov_owner(niov); in net_devmem_iov_to_chunk_owner()
131 return net_iov_owner(niov)->base_virtual + in net_iov_virtual_addr()
/linux/include/net/
H A Dnetmem.h110 static inline struct net_iov_area *net_iov_owner(const struct net_iov *niov) in net_iov_owner() function
117 return niov - net_iov_owner(niov)->niovs; in net_iov_idx()
/linux/io_uring/
H A Dzcrx.c60 struct net_iov_area *owner = net_iov_owner(niov); in io_zcrx_iov_to_area()