Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1671 struct aq_macsec_tx_sc_stats *txsc_stats; in aq_macsec_get_stats() local
1716 txsc_stats = &aq_txsc->stats; in aq_macsec_get_stats()
1718 data[++i] = txsc_stats->sc_protected_pkts; in aq_macsec_get_stats()
1719 data[++i] = txsc_stats->sc_encrypted_pkts; in aq_macsec_get_stats()
1720 data[++i] = txsc_stats->sc_protected_octets; in aq_macsec_get_stats()
1721 data[++i] = txsc_stats->sc_encrypted_octets; in aq_macsec_get_stats()