Searched refs:sc_num (Results 1 – 1 of 1) sorted by relevance
1677 unsigned int sc_num; in aq_macsec_get_stats() local1711 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()