Searched refs:page_add (Results 1 – 4 of 4) sorted by relevance
122 if (rx_queue->page_remove != rx_queue->page_add) in ef4_reuse_page()256 index = rx_queue->page_add & rx_queue->page_ptr_mask; in ef4_recycle_rx_page()268 ++rx_queue->page_add; in ef4_recycle_rx_page()758 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in ef4_init_rx_queue()
343 unsigned int page_add; member
57 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()92 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()104 ++rx_queue->page_add; in efx_recycle_rx_page()253 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()
405 unsigned int page_add; member