Searched refs:gc_tx_buf_size (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 109 &(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), in gem_dump_txbuf() 445 SLOT(dp->tx_active_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf() 448 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf() 450 SLOT(dp->tx_softq_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf() 453 SLOT(dp->tx_free_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf() 455 SLOT(dp->tx_free_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf() 685 ASSERT(dp->gc.gc_tx_buf_size > 0); in gem_alloc_memory() 700 i < dp->gc.gc_tx_buf_size; i++, tbp++) { in gem_alloc_memory() 750 if (dp->gc.gc_tx_buf_size > 0) { in gem_alloc_memory() [all …]
|
H A D | sfe_util.h | 360 int gc_tx_buf_size; member
|
H A D | sfe.c | 2097 gcp->gc_tx_buf_size = TX_BUF_SIZE; in sfeattach() 2098 gcp->gc_tx_buf_limit = gcp->gc_tx_buf_size; in sfeattach()
|