Symbol: SFXGE_RX_SCALE_MAX
usr/src/uts/common/io/sfxge/sfxge.h
690
unsigned int srs_tbl[SFXGE_RX_SCALE_MAX];
usr/src/uts/common/io/sfxge/sfxge.h
777
sfxge_evq_t *s_sep[SFXGE_RX_SCALE_MAX];
usr/src/uts/common/io/sfxge/sfxge.h
780
sfxge_rxq_t *s_srp[SFXGE_RX_SCALE_MAX];
usr/src/uts/common/io/sfxge/sfxge.h
793
sfxge_txq_t *s_stp[SFXGE_RX_SCALE_MAX *
usr/src/uts/common/io/sfxge/sfxge_ev.c
736
ASSERT3U(index, <, SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
1218
ASSERT3U(index, <, SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2104
for (entry = 0; entry < SFXGE_RX_SCALE_MAX; entry++) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
2195
DDI_PROP_DONTPASS, "rx_scale_count", SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2260
if ((tbl = kmem_zalloc(sizeof (unsigned int) * SFXGE_RX_SCALE_MAX,
usr/src/uts/common/io/sfxge/sfxge_rx.c
2333
for (entry = 0; entry < SFXGE_RX_SCALE_MAX; entry++) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
2344
SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2348
kmem_free(tbl, sizeof (unsigned int) * SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2353
kmem_free(tbl, sizeof (unsigned int) * SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2373
bzero(srsp->srs_tbl, sizeof (unsigned int) * SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2376
SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2500
bzero(srsp->srs_tbl, sizeof (unsigned int) * SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_rx.c
2503
SFXGE_RX_SCALE_MAX);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2836
SFXGE_RX_SCALE_MAX];
usr/src/uts/common/io/sfxge/sfxge_tx.c
2848
SFXGE_RX_SCALE_MAX];
usr/src/uts/common/io/sfxge/sfxge_tx.c
2911
hash = hash % SFXGE_RX_SCALE_MAX;