Searched refs:page_ptr_mask (Results 1 – 6 of 6) sorted by relevance
115 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in ef4_reuse_page()256 index = rx_queue->page_add & rx_queue->page_ptr_mask; in ef4_recycle_rx_page()259 rx_queue->page_ptr_mask; in ef4_recycle_rx_page()739 rx_queue->page_ptr_mask = 0; in ef4_init_rx_recycle_ring()741 rx_queue->page_ptr_mask = page_ring_size - 1; in ef4_init_rx_recycle_ring()760 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in ef4_init_rx_queue()807 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in ef4_fini_rx_queue()
348 unsigned int page_ptr_mask; member
43 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page()85 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()88 rx_queue->page_ptr_mask; in efx_recycle_rx_page()143 rx_queue->page_ptr_mask = 0; in efx_init_rx_recycle_ring()145 rx_queue->page_ptr_mask = page_ring_size - 1; in efx_init_rx_recycle_ring()157 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in efx_fini_rx_recycle_ring()237 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()
411 unsigned int page_ptr_mask; member
46 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page()88 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()91 rx_queue->page_ptr_mask; in efx_recycle_rx_page()146 rx_queue->page_ptr_mask = 0; in efx_init_rx_recycle_ring()148 rx_queue->page_ptr_mask = page_ring_size - 1; in efx_init_rx_recycle_ring()160 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in efx_fini_rx_recycle_ring()240 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_siena_init_rx_queue()
409 unsigned int page_ptr_mask; member