Lines Matching refs:pg_info
266 struct octeon_skb_page_info *pg_info; in lio_vf_rep_copy_packet() local
269 pg_info = ((struct octeon_skb_page_info *)(skb->cb)); in lio_vf_rep_copy_packet()
270 if (pg_info->page) { in lio_vf_rep_copy_packet()
271 va = page_address(pg_info->page) + in lio_vf_rep_copy_packet()
272 pg_info->page_offset; in lio_vf_rep_copy_packet()
278 pg_info->page, in lio_vf_rep_copy_packet()
279 pg_info->page_offset + MIN_SKB_SIZE, in lio_vf_rep_copy_packet()
283 struct octeon_skb_page_info *pg_info = in lio_vf_rep_copy_packet() local
286 skb_copy_to_linear_data(skb, page_address(pg_info->page) + in lio_vf_rep_copy_packet()
287 pg_info->page_offset, len); in lio_vf_rep_copy_packet()
289 put_page(pg_info->page); in lio_vf_rep_copy_packet()