Searched refs:page_remove (Results 1 – 4 of 4) sorted by relevance
113 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in ef4_reuse_page()120 if (rx_queue->page_remove != rx_queue->page_add) in ef4_reuse_page()121 ++rx_queue->page_remove; in ef4_reuse_page()256 unsigned read_index = rx_queue->page_remove & in ef4_recycle_rx_page()264 ++rx_queue->page_remove; in ef4_recycle_rx_page()749 rx_queue->page_remove = 0; in ef4_init_rx_queue()
344 unsigned int page_remove; member
48 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page()55 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()56 ++rx_queue->page_remove; in efx_reuse_page()92 unsigned int read_index = rx_queue->page_remove & in efx_recycle_rx_page()100 ++rx_queue->page_remove; in efx_recycle_rx_page()241 rx_queue->page_remove = 0; in efx_init_rx_queue()
406 unsigned int page_remove; member