Home
last modified time | relevance | path

Searched refs:page_ptr_mask (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Drx.c113 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in ef4_reuse_page()
254 index = rx_queue->page_add & rx_queue->page_ptr_mask; in ef4_recycle_rx_page()
257 rx_queue->page_ptr_mask; in ef4_recycle_rx_page()
731 rx_queue->page_ptr_mask = page_ring_size - 1; in ef4_init_rx_recycle_ring()
750 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in ef4_init_rx_queue()
797 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in ef4_fini_rx_queue()
Dnet_driver.h348 unsigned int page_ptr_mask; member
/Linux-v5.10/drivers/net/ethernet/sfc/
Drx_common.c48 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page()
90 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()
93 rx_queue->page_ptr_mask; in efx_recycle_rx_page()
153 rx_queue->page_ptr_mask = page_ring_size - 1; in efx_init_rx_recycle_ring()
162 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in efx_fini_rx_recycle_ring()
242 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()
Dnet_driver.h410 unsigned int page_ptr_mask; member