Home
last modified time | relevance | path

Searched refs:rx_frames (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_sas.h120 kstat_named_t rx_frames; member
129 kstat_named_t rx_frames; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c82 stats->rx_frames.value.ul = port_stats->rx_total_frames; in oce_update_stats()
230 kstat_named_init(&stats->rx_frames, "rx frames", KSTAT_DATA_ULONG); in oce_stat_init()
384 stats->rx_frames.value.ul = port_stats->rx_total_frames; in oce_m_stat()
385 *val = stats->rx_frames.value.ul; in oce_m_stat()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h41 kstat_named_t rx_frames; member
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1374 uint64_t rx_bytes, rx_frames; in i40e_ring_rx() local
1407 rx_bytes = rx_frames = 0; in i40e_ring_rx()
1518 rx_frames++; in i40e_ring_rx()
1519 if (rx_frames > i40e->i40e_rx_limit_per_intr) { in i40e_ring_rx()
1538 if (rx_frames != 0) { in i40e_ring_rx()
1552 itrq->itrq_rxstat.irxs_packets.value.ui64 += rx_frames; in i40e_ring_rx()
1556 if (rx_frames == 0) { in i40e_ring_rx()
/titanic_41/usr/src/uts/common/io/atge/
H A Datge_l1e.c677 reg = &smb.rx_frames; in atge_l1e_clear_stats()
712 reg = &smb->rx_frames; in atge_l1e_gather_stats()
731 stat->rx_frames += smb->rx_frames; in atge_l1e_gather_stats()
H A Datge_l1_reg.h58 uint32_t rx_frames; member
H A Datge_l1e_reg.h265 uint32_t rx_frames; member
H A Datge_l1c.c539 reg = &smb.rx_frames; in atge_l1c_clear_stats()
573 stat->rx_frames += smb->rx_frames; in atge_l1c_gather_stats()
H A Datge_l1c_reg.h85 uint32_t rx_frames; member
H A Datge_l1.c466 stat->rx_frames += smb->rx_frames; in atge_l1_gather_stats()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c352 kstat_named_init(&ps->rx_frames, in mptsas_create_phy_stats()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h91 u64 rx_frames; /* all good frames */ member
H A Dt4_hw.c3492 p->rx_frames = GET_STAT(RX_PORT_FRAMES); in t4_get_port_stats()
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5856 __be64 rx_frames; member
6986 __be64 rx_frames; member
7003 __be64 rx_frames; member
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3080 kstat_named_init(&ps->rx_frames, in pmcs_create_one_phy_stats()