Home
last modified time | relevance | path

Searched refs:rx_bytes_lo (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmac_drv_info.h114 u32 rx_bytes_lo; /* FCoE RX Bytes received. */ member
151 u32 rx_bytes_lo; /* iSCSI RX Bytes received. */ member
H A Dmac_stats.h663 u32 rx_bytes_lo; /* RX Bytes received */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c79 stats->rx_bytes_lo.value.ul = port_stats->rx_bytes_lsd; in oce_update_stats()
228 kstat_named_init(&stats->rx_bytes_lo, "rx bytes lsd", KSTAT_DATA_ULONG); in oce_stat_init()
377 stats->rx_bytes_lo.value.ul = port_stats->rx_bytes_lsd; in oce_m_stat()
380 (uint64_t)stats->rx_bytes_lo.value.ul; in oce_m_stat()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h40 kstat_named_t rx_bytes_lo; member
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c327 …ts->fcoe.fcoe_rx_byte_cnt + (HILO_U64( fcoe_stats_mfw->rx_bytes_hi, fcoe_stats_mfw->rx_bytes_lo )); in lm_niv_chip_stats_to_niv_stats()