Searched refs:rx_bytes_hi (Results 1 – 5 of 5) sorted by relevance
115 u32 rx_bytes_hi; /* FCoE RX Bytes received. */ member152 u32 rx_bytes_hi; /* iSCSI RX Bytes received. */ member
664 u32 rx_bytes_hi; /* RX Bytes received */ member
80 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()
39 kstat_named_t rx_bytes_hi; member
327 …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()