Searched refs:sc_num (Results 1 – 1 of 1) sorted by relevance
1673 unsigned int sc_num; in aq_macsec_get_stats() local1707 for (sc_num = 0; sc_num < AQ_MACSEC_MAX_SC; sc_num++) { in aq_macsec_get_stats()1708 if (!(test_bit(sc_num, &cfg->txsc_idx_busy))) in aq_macsec_get_stats()1711 aq_txsc = &cfg->aq_txsc[sc_num]; in aq_macsec_get_stats()1732 for (sc_num = 0; sc_num < AQ_MACSEC_MAX_SC; sc_num++) { in aq_macsec_get_stats()1733 if (!(test_bit(sc_num, &cfg->rxsc_idx_busy))) in aq_macsec_get_stats()1736 aq_rxsc = &cfg->aq_rxsc[sc_num]; in aq_macsec_get_stats()