Searched refs:page_ptr_mask (Results 1 – 2 of 2) sorted by relevance
116 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page()256 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()259 rx_queue->page_ptr_mask; in efx_recycle_rx_page()739 rx_queue->page_ptr_mask = page_ring_size - 1; in efx_init_rx_recycle_ring()758 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()805 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in efx_fini_rx_queue()
361 unsigned int page_ptr_mask; member