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

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Drx.c121 /* page_remove cannot exceed page_add. */
122 if (rx_queue->page_remove != rx_queue->page_add)
256 index = rx_queue->page_add & rx_queue->page_ptr_mask;
268 ++rx_queue->page_add;
760 rx_queue->page_add = rx_queue->page_ptr_mask + 1;
H A Dnet_driver.h311 * @page_add: Counter to calculate the write pointer for the recycle ring.
343 unsigned int page_add; member in struct:ef4_rx_queue
/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c50 /* page_remove cannot exceed page_add. */
51 if (rx_queue->page_remove != rx_queue->page_add)
86 index = rx_queue->page_add & rx_queue->page_ptr_mask;
98 ++rx_queue->page_add;
239 rx_queue->page_add = rx_queue->page_ptr_mask + 1;
H A Dnet_driver.h356 * @page_add: Counter to calculate the write pointer for the recycle ring.
393 unsigned int page_add; member in struct:efx_rx_queue
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c53 /* page_remove cannot exceed page_add. */
54 if (rx_queue->page_remove != rx_queue->page_add)
89 index = rx_queue->page_add & rx_queue->page_ptr_mask;
101 ++rx_queue->page_add;
241 rx_queue->page_add = rx_queue->page_ptr_mask + 1;
H A Dnet_driver.h370 * @page_add: Counter to calculate the write pointer for the recycle ring.
404 unsigned int page_add; member in struct:efx_rx_queue

Completed in 173 milliseconds