Home
last modified time | relevance | path

Searched refs:page_ptr_mask (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Drx.c115 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()
737 rx_queue->page_ptr_mask = 0; in ef4_init_rx_recycle_ring()
739 rx_queue->page_ptr_mask = page_ring_size - 1; in ef4_init_rx_recycle_ring()
758 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in ef4_init_rx_queue()
805 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in ef4_fini_rx_queue()
H A Dnet_driver.h318 * @page_ptr_mask: The number of pages in the RX recycle ring minus 1.
348 unsigned int page_ptr_mask; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Drx.c115 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()
H A Dnet_driver.h318 * @page_ptr_mask: The number of pages in the RX recycle ring minus 1.
348 unsigned int page_ptr_mask; member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Drx_common.c50 index = rx_queue->page_remove & rx_queue->page_ptr_mask; in efx_reuse_page()
92 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()
95 rx_queue->page_ptr_mask; in efx_recycle_rx_page()
159 rx_queue->page_ptr_mask = 0; in efx_init_rx_recycle_ring()
161 rx_queue->page_ptr_mask = page_ring_size - 1; in efx_init_rx_recycle_ring()
173 for (i = 0; i <= rx_queue->page_ptr_mask; i++) { in efx_fini_rx_recycle_ring()
253 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()
H A Dnet_driver.h378 * @page_ptr_mask: The number of pages in the RX recycle ring minus 1.
410 unsigned int page_ptr_mask; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Drx_common.c43 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()
238 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()
H A Dnet_driver.h363 * @page_ptr_mask: The number of pages in the RX recycle ring minus 1.
398 unsigned int page_ptr_mask; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Drx_common.c46 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()
H A Dnet_driver.h377 * @page_ptr_mask: The number of pages in the RX recycle ring minus 1.
409 unsigned int page_ptr_mask; member

Completed in 25 milliseconds