Home
last modified time | relevance | path

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; in ql_m_tx() local
527 tx_count++; in ql_m_tx()
534 if (tx_count > 0) { in ql_m_tx()
H A Dqlge.c1794 uint32_t tx_count = 0; in ql_ring_tx() local
1849 tx_count++; in ql_ring_tx()
1857 if (tx_count > 0) { in ql_ring_tx()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1671 int tcp_count = 0, udp_count = 0, oth_count = 0, tx_count = 0; in mac_srs_update_fanout_list() local
1693 mac_srs->srs_tx_soft_rings[tx_count++] = softring; in mac_srs_update_fanout_list()
1699 (tcp_count + udp_count + oth_count + tx_count)); in mac_srs_update_fanout_list()
1703 mac_srs->srs_tx_ring_count = tx_count; in mac_srs_update_fanout_list()