Searched refs:aq_txsc (Results 1 – 3 of 3) sorted by relevance
26 static int aq_clear_txsa(struct aq_nic_s *nic, struct aq_macsec_txsc *aq_txsc,58 if (macsec_cfg->aq_txsc[i].sw_secy == secy) in aq_get_txsc_idx_from_secy()314 aq_clear_secy(nic, nic->macsec_cfg->aq_txsc[i].sw_secy, in aq_mdo_dev_stop()323 struct aq_macsec_txsc *aq_txsc = &nic->macsec_cfg->aq_txsc[txsc_idx]; in aq_set_txsc() local325 const struct macsec_secy *secy = aq_txsc->sw_secy; in aq_set_txsc()327 unsigned int sc_idx = aq_txsc->hw_sc_idx; in aq_set_txsc()473 cfg->aq_txsc[txsc_idx].hw_sc_idx = aq_to_hw_sc_idx(txsc_idx, sc_sa); in aq_mdo_add_secy()474 cfg->aq_txsc[txsc_idx].sw_secy = secy; in aq_mdo_add_secy()507 struct aq_macsec_txsc *tx_sc = &nic->macsec_cfg->aq_txsc[txsc_idx]; in aq_clear_txsc()535 nic->macsec_cfg->aq_txsc[txsc_idx].sw_secy = NULL; in aq_clear_txsc()[all …]
323 struct aq_macsec_txsc *aq_txsc; in aq_ethtool_get_strings() local335 aq_txsc = &nic->macsec_cfg->aq_txsc[i]; in aq_ethtool_get_strings()337 if (!(test_bit(sa, &aq_txsc->tx_sa_idx_busy))) in aq_ethtool_get_strings()
112 struct aq_macsec_txsc aq_txsc[AQ_MACSEC_MAX_SC]; member