Lines Matching full:pp
19 * struct page_pool *pp;
35 struct page_pool *pp; member
46 NETMEM_DESC_ASSERT_OFFSET(pp, pp);
88 * @pp_magic: pp field, similar to the one in struct page/struct
90 * @pp: the pp this net_iov belongs to, if any.
93 * @pp_ref_count: the pp ref count of this net_iov, exactly the same
105 * accessed via netmem_desc e.g. niov->desc.pp instead
106 * of niov->pp.
111 struct page_pool *pp; member
134 * accessed via netmem_desc e.g. niov->desc.pp instead of niov->pp.
144 NET_IOV_ASSERT_OFFSET(pp, pp);
233 /* The non-pp refcount of net_iov is always 1. On net_iov, we only in netmem_ref_count()
234 * support pp refcounting which uses the pp_ref_count field. in netmem_ref_count()
272 * All the sub types of netmem_ref (page, net_iov) have the same pp, pp_magic,
296 /* CAUTION: Check if the page is a pp page before calling this helper or
297 * know it's a pp page.
318 return __netmem_to_nmdesc(netmem)->pp; in __netmem_get_pp()
323 return __netmem_clear_lsb(netmem)->pp; in netmem_get_pp()