Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1677 unsigned int sc_num; in aq_macsec_get_stats() local
1711 for (sc_num = 0; sc_num < AQ_MACSEC_MAX_SC; sc_num++) { in aq_macsec_get_stats()
1712 if (!(test_bit(sc_num, &cfg->txsc_idx_busy))) in aq_macsec_get_stats()
1715 aq_txsc = &cfg->aq_txsc[sc_num]; in aq_macsec_get_stats()
1736 for (sc_num = 0; sc_num < AQ_MACSEC_MAX_SC; sc_num++) { in aq_macsec_get_stats()
1737 if (!(test_bit(sc_num, &cfg->rxsc_idx_busy))) in aq_macsec_get_stats()
1740 aq_rxsc = &cfg->aq_rxsc[sc_num]; in aq_macsec_get_stats()