Home
last modified time | relevance | path

Searched refs:SFXGE_SLOW_START (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1391 if (srfp->srf_count > SFXGE_SLOW_START) in sfxge_rx_qflow_add()
1392 srfp->srf_count = SFXGE_SLOW_START; in sfxge_rx_qflow_add()
1415 if (srfp->srf_count < SFXGE_SLOW_START) in sfxge_rx_qflow_add()
1419 ASSERT3U(srfp->srf_count, >=, SFXGE_SLOW_START); in sfxge_rx_qflow_add()
1420 shift = MIN(srfp->srf_count - SFXGE_SLOW_START + 12, 16); in sfxge_rx_qflow_add()
H A Dsfxge.h391 #define SFXGE_SLOW_START 20 macro