Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c58 if (macsec_cfg->aq_txsc[i].sw_secy == secy) in aq_get_txsc_idx_from_secy()
73 if (macsec_cfg->aq_rxsc[i].sw_rxsc == rxsc) in aq_get_rxsc_idx_from_rxsc()
337 tx_class_rec.sc_sa = nic->macsec_cfg->sc_sa; in aq_set_txsc()
534 if (!nic->macsec_cfg) in aq_mdo_del_secy()
689 &nic->macsec_cfg->aq_rxsc[rxsc_idx]; in aq_set_rxsc()
1466 if (!nic->macsec_cfg) in aq_macsec_init()
1478 kfree(nic->macsec_cfg); in aq_macsec_free()
1479 nic->macsec_cfg = NULL; in aq_macsec_free()
1492 if (!nic->macsec_cfg) in aq_macsec_enable()
1550 if (!nic->macsec_cfg) in aq_macsec_work()
[all …]
H A Daq_ethtool.c198 if (nic->macsec_cfg) { in aq_ethtool_n_stats()
324 if (!nic->macsec_cfg) in aq_ethtool_get_strings()
332 if (!(test_bit(i, &nic->macsec_cfg->txsc_idx_busy))) in aq_ethtool_get_strings()
341 aq_txsc = &nic->macsec_cfg->aq_txsc[i]; in aq_ethtool_get_strings()
357 if (!(test_bit(i, &nic->macsec_cfg->rxsc_idx_busy))) in aq_ethtool_get_strings()
360 aq_rxsc = &nic->macsec_cfg->aq_rxsc[i]; in aq_ethtool_get_strings()
H A Daq_nic.h159 struct aq_macsec_cfg *macsec_cfg; member
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1059 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_secy_rx_cfg()
1093 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_disable_rxscs()
1122 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_sync_stats()
1174 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_open()
1198 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_stop()
1216 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_add_secy()
1244 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_upd_secy()
1279 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_del_secy()
1781 pfvf->macsec_cfg = cfg; in cn10k_mcs_init()
1813 kfree(pfvf->macsec_cfg); in cn10k_mcs_free()
[all …]
H A Dotx2_common.h530 struct cn10k_mcs_cfg *macsec_cfg; member