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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c475 uint32_t tx_count = 0; local
527 tx_count++;
534 if (tx_count > 0) {
H A Dqlge.c1790 uint32_t tx_count = 0; local
1845 tx_count++;
1853 if (tx_count > 0) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1684 int tcp_count = 0, udp_count = 0, oth_count = 0, tx_count = 0; local
1706 mac_srs->srs_tx_soft_rings[tx_count++] = softring;
1712 (tcp_count + udp_count + oth_count + tx_count));
1716 mac_srs->srs_tx_ring_count = tx_count;

Completed in 94 milliseconds