Symbol: st_added
usr/src/uts/common/io/sfxge/sfxge_ev.c
462
unsigned int, stp->st_added - stp->st_pending);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1214
stp->st_added = desc_index;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1595
id = stp->st_added & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1794
id = stp->st_added & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2088
unsigned int pushed = stp->st_added;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2165
if (stp->st_added - pushed >= SFXGE_TX_BATCH) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
2166
efx_tx_qpush(stp->st_etp, stp->st_added, pushed);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2167
pushed = stp->st_added;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2226
if (stp->st_added != pushed)
usr/src/uts/common/io/sfxge/sfxge_tx.c
2227
efx_tx_qpush(stp->st_etp, stp->st_added, pushed);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2331
level = stp->st_added - stp->st_completed;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2388
level = stp->st_added - stp->st_completed;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2530
stp->st_pending = stp->st_added;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2544
stp->st_added = 0;
usr/src/uts/common/io/sfxge/sfxge_tx.c
821
id = stp->st_added & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
884
level = stp->st_added - stp->st_reaped;
usr/src/uts/common/io/sfxge/sfxge_tx.c
887
id = stp->st_added & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
898
stp->st_reaped, &(stp->st_added))) != 0)
usr/src/uts/common/io/sfxge/sfxge_tx.c
906
if (((stp->st_added - 1) & (SFXGE_TX_NDESCS - 1)) != id) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
920
id = (stp->st_added - 1) & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
945
level = stp->st_added - stp->st_completed;
usr/src/uts/common/io/sfxge/sfxge_tx.c
977
if (stp->st_pending == stp->st_added) {