Symbol: SFXGE_TX_NDESCS
usr/src/uts/common/io/sfxge/sfxge.h
588
#define SFXGE_TXQ_UNBLOCK_LEVEL1 (EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) / 4)
usr/src/uts/common/io/sfxge/sfxge_ev.c
1176
evqX_size = sp->s_rxq_size + SFXGE_TX_NDESCS;
usr/src/uts/common/io/sfxge/sfxge_ev.c
1177
evq0_size = evqX_size + SFXGE_TX_NDESCS; /* only IP checksum TXQ */
usr/src/uts/common/io/sfxge/sfxge_ev.c
1178
evq0_size += SFXGE_TX_NDESCS; /* no checksums */
usr/src/uts/common/io/sfxge/sfxge_ev.c
447
stop = (id + 1) & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_ev.c
448
id = stp->st_pending & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_ev.c
450
delta = (stop >= id) ? (stop - id) : (SFXGE_TX_NDESCS - id + stop);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1180
bzero(esmp->esm_base, EFX_TXQ_SIZE(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1184
EFX_TXQ_NBUFS(SFXGE_TX_NDESCS))) != 0)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1209
SFXGE_TX_NDESCS, stp->st_id, flags, sep->se_eep,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1233
EFX_TXQ_NBUFS(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1279
EFX_TXQ_LIMIT(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1281
EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1325
EFX_TXQ_LIMIT(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1326
if (stp->st_n == EFX_TXQ_LIMIT(SFXGE_TX_NDESCS)) {
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
1658
if ((lss / mss) >= (EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) / 2)) {
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
2358
id = completed++ & (SFXGE_TX_NDESCS - 1);
usr/src/uts/common/io/sfxge/sfxge_tx.c
2523
EFX_TXQ_NBUFS(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
277
dma_attr.sdba_length = EFX_TXQ_SIZE(SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
281
dma_attr.sdba_maxcookies = EFX_TXQ_NBUFS(SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
288
if ((rc = sfxge_sram_buf_tbl_alloc(sp, EFX_TXQ_NBUFS(SFXGE_TX_NDESCS),
usr/src/uts/common/io/sfxge/sfxge_tx.c
294
EFX_TXQ_LIMIT(SFXGE_TX_NDESCS), kmflags)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
301
SFXGE_TX_NDESCS, kmflags)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
307
SFXGE_TX_NDESCS, kmflags)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
313
SFXGE_TX_NDESCS, kmflags)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
329
kmem_free(stp->st_stbp, sizeof (sfxge_tx_buffer_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
336
sizeof (sfxge_tx_mapping_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
344
EFX_TXQ_LIMIT(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
351
sfxge_sram_buf_tbl_free(sp, stp->st_id, EFX_TXQ_NBUFS(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
388
kmem_free(stp->st_mp, sizeof (mblk_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
391
kmem_free(stp->st_stbp, sizeof (sfxge_tx_buffer_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
395
sizeof (sfxge_tx_mapping_t *) * SFXGE_TX_NDESCS);
usr/src/uts/common/io/sfxge/sfxge_tx.c
400
EFX_TXQ_LIMIT(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
404
sfxge_sram_buf_tbl_free(sp, stp->st_id, EFX_TXQ_NBUFS(SFXGE_TX_NDESCS));
usr/src/uts/common/io/sfxge/sfxge_tx.c
769
id = reaped++ & (SFXGE_TX_NDESCS - 1);
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
885
available = EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) - level;
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
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
946
available = EFX_TXQ_LIMIT(SFXGE_TX_NDESCS) - level;