Searched refs:sc_num (Results 1 – 1 of 1) sorted by relevance
1688 unsigned int sc_num; in aq_macsec_get_stats() local1720 for (sc_num = 0; sc_num < AQ_MACSEC_MAX_SC; sc_num++) { in aq_macsec_get_stats()1721 if (!(test_bit(sc_num, &cfg->txsc_idx_busy))) in aq_macsec_get_stats()1724 aq_txsc = &cfg->aq_txsc[sc_num]; in aq_macsec_get_stats()1745 for (sc_num = 0; sc_num < AQ_MACSEC_MAX_SC; sc_num++) { in aq_macsec_get_stats()1746 if (!(test_bit(sc_num, &cfg->rxsc_idx_busy))) in aq_macsec_get_stats()1749 aq_rxsc = &cfg->aq_rxsc[sc_num]; in aq_macsec_get_stats()