Home
last modified time | relevance | path

Searched refs:page_remove (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()
121 /* page_remove cannot exceed page_add. */ in ef4_reuse_page()
122 if (rx_queue->page_remove != rx_queue->page_add) in ef4_reuse_page()
123 ++rx_queue->page_remove; in ef4_reuse_page()
258 unsigned read_index = rx_queue->page_remove & in ef4_recycle_rx_page()
262 * increment page_remove if the read pointer currently in ef4_recycle_rx_page()
266 ++rx_queue->page_remove; in ef4_recycle_rx_page()
757 rx_queue->page_remove = 0; in ef4_init_rx_queue()
H A Dnet_driver.h312 * @page_remove: Counter to calculate the read pointer for the recycle ring.
344 unsigned int page_remove; 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()
121 /* page_remove cannot exceed page_add. */ in ef4_reuse_page()
122 if (rx_queue->page_remove != rx_queue->page_add) in ef4_reuse_page()
123 ++rx_queue->page_remove; in ef4_reuse_page()
258 unsigned read_index = rx_queue->page_remove & in ef4_recycle_rx_page()
262 * increment page_remove if the read pointer currently in ef4_recycle_rx_page()
266 ++rx_queue->page_remove; in ef4_recycle_rx_page()
759 rx_queue->page_remove = 0; in ef4_init_rx_queue()
H A Dnet_driver.h312 * @page_remove: Counter to calculate the read pointer for the recycle ring.
344 unsigned int page_remove; 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()
56 /* page_remove cannot exceed page_add. */ in efx_reuse_page()
57 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()
58 ++rx_queue->page_remove; in efx_reuse_page()
94 unsigned int read_index = rx_queue->page_remove & in efx_recycle_rx_page()
98 * increment page_remove if the read pointer currently in efx_recycle_rx_page()
102 ++rx_queue->page_remove; in efx_recycle_rx_page()
252 rx_queue->page_remove = 0; in efx_init_rx_queue()
H A Dnet_driver.h372 * @page_remove: Counter to calculate the read pointer for the recycle ring.
406 unsigned int page_remove; 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()
49 /* page_remove cannot exceed page_add. */ in efx_reuse_page()
50 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()
51 ++rx_queue->page_remove; in efx_reuse_page()
87 unsigned int read_index = rx_queue->page_remove & in efx_recycle_rx_page()
91 * increment page_remove if the read pointer currently in efx_recycle_rx_page()
95 ++rx_queue->page_remove; in efx_recycle_rx_page()
237 rx_queue->page_remove = 0; in efx_init_rx_queue()
H A Dnet_driver.h357 * @page_remove: Counter to calculate the read pointer for the recycle ring.
394 unsigned int page_remove; 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()
52 /* page_remove cannot exceed page_add. */ in efx_reuse_page()
53 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()
54 ++rx_queue->page_remove; in efx_reuse_page()
90 unsigned int read_index = rx_queue->page_remove & in efx_recycle_rx_page()
94 * increment page_remove if the read pointer currently in efx_recycle_rx_page()
98 ++rx_queue->page_remove; in efx_recycle_rx_page()
239 rx_queue->page_remove = 0; in efx_siena_init_rx_queue()
H A Dnet_driver.h371 * @page_remove: Counter to calculate the read pointer for the recycle ring.
405 unsigned int page_remove; member

Completed in 23 milliseconds