Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmac_drv_info.h115 u32 rx_bytes_hi; /* FCoE RX Bytes received. */ member
152 u32 rx_bytes_hi; /* iSCSI RX Bytes received. */ member
H A Dmac_stats.h664 u32 rx_bytes_hi; /* RX Bytes received */ member
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c80 stats->rx_bytes_hi.value.ul = port_stats->rx_bytes_msd; in oce_update_stats()
227 kstat_named_init(&stats->rx_bytes_hi, "rx bytes msd", KSTAT_DATA_ULONG); in oce_stat_init()
378 stats->rx_bytes_hi.value.ul = port_stats->rx_bytes_msd; in oce_m_stat()
379 *val = (uint64_t)stats->rx_bytes_hi.value.ul << 32 | in oce_m_stat()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h39 kstat_named_t rx_bytes_hi; member
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c327 …tOctets + fw_stats->fcoe.fcoe_rx_byte_cnt + (HILO_U64( fcoe_stats_mfw->rx_bytes_hi, fcoe_stats_mfw… in lm_niv_chip_stats_to_niv_stats()