Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c271 struct aq_mss_egress_sc_counters e_sc_counters; in aq_get_txsc_stats() local
274 ret = aq_mss_get_egress_sc_counters(hw, &e_sc_counters, sc_idx); in aq_get_txsc_stats()
279 STATS_2x32_TO_64(e_sc_counters.sc_protected_pkts); in aq_get_txsc_stats()
281 STATS_2x32_TO_64(e_sc_counters.sc_encrypted_pkts); in aq_get_txsc_stats()
283 STATS_2x32_TO_64(e_sc_counters.sc_protected_octets); in aq_get_txsc_stats()
285 STATS_2x32_TO_64(e_sc_counters.sc_encrypted_octets); in aq_get_txsc_stats()