Searched refs:gc_tx_buf_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c109 &(dp)->tx_buf[SLOT((dp)->tx_slots_base + (sn), (dp)->gc.gc_tx_buf_size)]
443 SLOT(dp->tx_active_head, dp->gc.gc_tx_buf_size),
445 SLOT(dp->tx_active_tail, dp->gc.gc_tx_buf_size),
448 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size),
450 SLOT(dp->tx_softq_tail, dp->gc.gc_tx_buf_size),
453 SLOT(dp->tx_free_head, dp->gc.gc_tx_buf_size),
455 SLOT(dp->tx_free_tail, dp->gc.gc_tx_buf_size),
685 ASSERT(dp->gc.gc_tx_buf_size > 0);
700 i < dp->gc.gc_tx_buf_size; i++, tbp++) {
750 if (dp->gc.gc_tx_buf_size >
[all...]
H A Dsfe_util.h360 int gc_tx_buf_size; member in struct:gem_dev::gem_conf
H A Dsfe.c2180 gcp->gc_tx_buf_size = TX_BUF_SIZE;
2181 gcp->gc_tx_buf_limit = gcp->gc_tx_buf_size;

Completed in 54 milliseconds