Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1384 srfp->srf_count = 1; in sfxge_rx_qflow_add()
1391 if (srfp->srf_count > SFXGE_SLOW_START) in sfxge_rx_qflow_add()
1392 srfp->srf_count = SFXGE_SLOW_START; in sfxge_rx_qflow_add()
1394 srfp->srf_count >>= 1; in sfxge_rx_qflow_add()
1396 srfp->srf_count++; in sfxge_rx_qflow_add()
1403 srfp->srf_count++; 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()
1641 if (srfp->srf_count != 0) { in sfxge_rx_qpacket_coalesce()
[all …]
H A Dsfxge.h371 unsigned int srf_count; member