Home
last modified time | relevance | path

Searched refs:freeq_threshold (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.c1532 unsigned int freeq_threshold; in gmac_napi_poll() local
1535 freeq_threshold = 1 << (geth->freeq_order - 1); in gmac_napi_poll()
1547 if (port->freeq_refill > freeq_threshold) { in gmac_napi_poll()
1548 port->freeq_refill -= freeq_threshold; in gmac_napi_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H A Dgemini.c1531 unsigned int freeq_threshold; in gmac_napi_poll() local
1534 freeq_threshold = 1 << (geth->freeq_order - 1); in gmac_napi_poll()
1546 if (port->freeq_refill > freeq_threshold) { in gmac_napi_poll()
1547 port->freeq_refill -= freeq_threshold; in gmac_napi_poll()

Completed in 7 milliseconds