Searched defs:tx_ring_size (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h144 uint_t tx_ring_size; member in struct:_tx_ring_t
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h160 int tx_ring_size; member in struct:_tx_ring_t
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h269 enum oce_ring_size tx_ring_size; member in struct:oce_dev
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1227 uint_t tx_ring_size = dp->gc.gc_tx_ring_size; local
1233 SLOT(start_slot + 1, tx_ring_size),
1282 uint_t tx_ring_size = dp->gc.gc_tx_ring_size; local
1293 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot + ndesc - 1, tx_ring_size)];
1339 n = SLOT(slot + i, tx_ring_size);
1484 uint_t tx_ring_size = dp->gc.gc_tx_ring_size; local
1497 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot - 1, tx_ring_size)];
H A Dsfe_util.c932 int tx_ring_size = dp->gc.gc_tx_ring_size; local
956 for (i = 0; i < tx_ring_size; i++) {
959 gem_tx_desc_dma_sync(dp, 0, tx_ring_size, DDI_DMA_SYNC_FORDEV);
986 int tx_ring_size = dp->gc.gc_tx_ring_size; local
998 for (i = 0; i < tx_ring_size; i++) {
1001 gem_tx_desc_dma_sync(dp, 0, tx_ring_size, DDI_DMA_SYNC_FORDEV);
1061 int tx_ring_size = dp->gc.gc_tx_ring_size; local
1098 SLOT(dp->tx_desc_head, tx_ring_size),
1116 SLOT(tbp->txb_desc, tx_ring_size), ndescs);
1132 dp->name, sn, SLOT(sn, tx_ring_size));
1219 int tx_ring_size = dp->gc.gc_tx_ring_size; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h804 int tx_ring_size; member in struct:qlge
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h203 #define PROP_TX_RING_SIZE "tx_ring_size"
602 uint32_t tx_ring_size; /* Tx descriptor ring size */ member in struct:igb
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1833 int tx_ring_size, rx_ring_size; local
1842 tx_ring_size = cmd.data0;
1849 tx_ring_entries = tx_ring_size / sizeof (struct mcp_kreq_ether_send);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h218 #define PROP_TX_RING_SIZE "tx_ring_size"
678 uint32_t tx_ring_size; /* Tx descriptor ring size */ member in struct:ixgbe

Completed in 101 milliseconds