Searched defs:txcnt (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c891 int txcnt = hldev->stats.sw_dev_info_stats.tx_traffic_intr_cnt; local
893 if (!txcnt)
894 txcnt = 1;
896 channel->stats.total_compl_cnt / txcnt;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h54 int txcnt; member in struct:rum_amrr
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h54 int txcnt; member in struct:ural_amrr
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h117 int txcnt; member in struct:wpi_amrr
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h92 uint32_t txcnt; member in struct:iwh_amrr
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h90 int txcnt; member in struct:iwk_amrr
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h92 uint32_t txcnt; member in struct:iwp_amrr
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c3834 uint32_t txcnt; local
3837 txcnt = 0;
3854 txcnt++;
3860 *tx = txcnt;

Completed in 88 milliseconds