Searched refs:page_remove (Results 1 – 6 of 6) sorted by relevance
115 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in ef4_reuse_page() 121 /* page_remove cannot exceed page_add. */ in ef4_reuse_page() 122 if (rx_queue->page_remove != rx_queue->page_add) in ef4_reuse_page() 123 ++rx_queue->page_remove; in ef4_reuse_page() 258 unsigned read_index = rx_queue->page_remove & in ef4_recycle_rx_page() 262 * increment page_remove if the read pointer currently in ef4_recycle_rx_page() 266 ++rx_queue->page_remove; in ef4_recycle_rx_page() 760 rx_queue->page_remove = 0; in ef4_init_rx_queue()
312 * @page_remove: Counter to calculate the read pointer for the recycle ring.344 unsigned int page_remove; member
47 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page() 53 /* page_remove cannot exceed page_add. */ in efx_reuse_page() 54 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page() 55 ++rx_queue->page_remove; in efx_reuse_page() 91 unsigned int read_index = rx_queue->page_remove & in efx_recycle_rx_page() 95 * increment page_remove if the read pointer currently in efx_recycle_rx_page() 99 ++rx_queue->page_remove; in efx_recycle_rx_page() 240 rx_queue->page_remove = 0; in efx_siena_init_rx_queue()
371 * @page_remove: Counter to calculate the read pointer for the recycle ring.404 unsigned int page_remove; member
44 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page() 50 /* page_remove cannot exceed page_add. */ in efx_reuse_page() 51 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page() 52 ++rx_queue->page_remove; in efx_reuse_page() 88 unsigned int read_index = rx_queue->page_remove & in efx_recycle_rx_page() 92 * increment page_remove if the read pointer currently in efx_recycle_rx_page() 96 ++rx_queue->page_remove; in efx_recycle_rx_page() 238 rx_queue->page_remove = 0; in efx_init_rx_queue()
386 * @page_remove: Counter to calculate the read pointer for the recycle ring.426 unsigned int page_remove; member