Home
last modified time | relevance | path

Searched refs:pp_ref_count (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dnetmem.h22 * atomic_long_t pp_ref_count;
38 atomic_long_t pp_ref_count; member
49 NETMEM_DESC_ASSERT_OFFSET(pp_ref_count, pp_ref_count);
89 * @pp_ref_count: the pp ref count of this net_iov, exactly the same
110 atomic_long_t pp_ref_count;
143 NET_IOV_ASSERT_OFFSET(pp_ref_count, pp_ref_count);
230 * support pp refcounting which uses the pp_ref_count field.
286 * pp, pp_magic, dma_addr, and pp_ref_count field in __netmem_clear_lsb()
114 atomic_long_t pp_ref_count; global() member
[all...]
/linux/net/core/
H A Ddevmem.c107 atomic_long_set(&niov->desc.pp_ref_count, 0); in net_devmem_alloc_dmabuf()
/linux/include/linux/
H A Dmm_types.h126 atomic_long_t pp_ref_count; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c469 atomic_long_read(&desc->pp_ref_count) != 1 || in mlx4_en_complete_rx_desc()
/linux/net/ipv4/
H A Dtcp.c2643 atomic_long_inc(&niov->desc.pp_ref_count); in tcp_recvmsg_dmabuf()