Home
last modified time | relevance | path

Searched refs:page_add (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c121 /* page_remove cannot exceed page_add. */ in ef4_reuse_page()
122 if (rx_queue->page_remove != rx_queue->page_add) in ef4_reuse_page()
256 index = rx_queue->page_add & rx_queue->page_ptr_mask; in ef4_recycle_rx_page()
268 ++rx_queue->page_add; in ef4_recycle_rx_page()
761 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in ef4_init_rx_queue()
H A Dnet_driver.h311 * @page_add: Counter to calculate the write pointer for the recycle ring.
343 unsigned int page_add; member
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c53 /* page_remove cannot exceed page_add. */ in efx_reuse_page()
54 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()
89 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()
101 ++rx_queue->page_add; in efx_recycle_rx_page()
241 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_siena_init_rx_queue()
H A Dnet_driver.h370 * @page_add: Counter to calculate the write pointer for the recycle ring.
403 unsigned int page_add; member
/linux/drivers/net/ethernet/sfc/
H A Drx_common.c50 /* page_remove cannot exceed page_add. */ in efx_reuse_page()
51 if (rx_queue->page_remove != rx_queue->page_add) in efx_reuse_page()
86 index = rx_queue->page_add & rx_queue->page_ptr_mask; in efx_recycle_rx_page()
98 ++rx_queue->page_add; in efx_recycle_rx_page()
239 rx_queue->page_add = rx_queue->page_ptr_mask + 1; in efx_init_rx_queue()
H A Dnet_driver.h385 * @page_add: Counter to calculate the write pointer for the recycle ring.
425 unsigned int page_add; member