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

/linux-master/drivers/net/ethernet/sfc/
H A Dethtool.c188 if (ring->rx_pending < EFX_RXQ_MIN_ENT) {
191 EFX_RXQ_MIN_ENT);
H A Defx.h62 #define EFX_RXQ_MIN_ENT 128U macro
H A Defx.c348 BUILD_BUG_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_RXQ_MIN_ENT);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool.c188 if (ring->rx_pending < EFX_RXQ_MIN_ENT) {
191 EFX_RXQ_MIN_ENT);
H A Defx.h46 #define EFX_RXQ_MIN_ENT 128U macro
H A Defx.c358 BUILD_BUG_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_RXQ_MIN_ENT);

Completed in 341 milliseconds