Home
last modified time | relevance | path

Searched refs:tx_frames (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_sas.h118 kstat_named_t tx_frames; member
127 kstat_named_t tx_frames; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c101 stats->tx_frames.value.ul = port_stats->tx_unicast_frames + in oce_update_stats()
237 kstat_named_init(&stats->tx_frames, "tx frames", KSTAT_DATA_ULONG); in oce_stat_init()
396 stats->tx_frames.value.ul = port_stats->tx_unicast_frames + in oce_m_stat()
401 *val = stats->tx_frames.value.ul; in oce_m_stat()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h47 kstat_named_t tx_frames; member
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1e.c687 reg = &smb.tx_frames; in atge_l1e_clear_stats()
720 reg = &smb->tx_frames; in atge_l1e_gather_stats()
757 stat->tx_frames += smb->tx_frames; in atge_l1e_gather_stats()
H A Datge_l1_reg.h83 uint32_t tx_frames; member
H A Datge_l1e_reg.h290 uint32_t tx_frames; member
H A Datge_l1c.c549 reg = &smb.tx_frames; in atge_l1c_clear_stats()
598 stat->tx_frames += smb->tx_frames; in atge_l1c_gather_stats()
H A Datge_l1c_reg.h110 uint32_t tx_frames; member
H A Datge_l1.c491 stat->tx_frames += smb->tx_frames; in atge_l1_gather_stats()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp_api.h320 u64 tx_frames; member
586 u64 tx_frames; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c351 kstat_named_init(&ps->tx_frames, in mptsas_create_phy_stats()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h134 u64 tx_frames; /* all good frames */ member
H A Dt4_hw.c6756 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7932 __be64 tx_frames; member
8049 __be64 tx_frames; member
9180 __be64 tx_frames; member
9197 __be64 tx_frames; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3078 kstat_named_init(&ps->tx_frames, in pmcs_create_one_phy_stats()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c987 "%64llu\n", stats[i].tx_frames); in view_macstats()