Searched defs:tx_ring_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c3827 int tx_ring_count = 0; local
3841 tx_ring_count = grp->mrg_cur_count;
3844 * An attempt is made to reserve 'tx_ring_count' number
3845 * of Tx rings. If tx_ring_count is 0, default Tx ring
3855 if (tx_ring_count <= 1 && !is_aggr) {
3883 for (i = 0; i < tx_ring_count; i++) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h810 uint32_t tx_ring_count; member in struct:qlge

Completed in 75 milliseconds