Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
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 …]
A Daq_ethtool.c196 if (nic->macsec_cfg) { in aq_ethtool_n_stats()
326 if (!nic->macsec_cfg) in aq_ethtool_get_strings()
334 if (!(test_bit(i, &nic->macsec_cfg->txsc_idx_busy))) in aq_ethtool_get_strings()
344 aq_txsc = &nic->macsec_cfg->aq_txsc[i]; in aq_ethtool_get_strings()
361 if (!(test_bit(i, &nic->macsec_cfg->rxsc_idx_busy))) in aq_ethtool_get_strings()
364 aq_rxsc = &nic->macsec_cfg->aq_rxsc[i]; in aq_ethtool_get_strings()
A Daq_nic.h159 struct aq_macsec_cfg *macsec_cfg; member
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dcn10k_macsec.c925 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_secy_rx_cfg()
959 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_disable_rxscs()
988 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_sync_stats()
1040 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_open()
1064 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_stop()
1082 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_add_secy()
1116 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_upd_secy()
1146 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_del_secy()
1637 pfvf->macsec_cfg = cfg; in cn10k_mcs_init()
1669 kfree(pfvf->macsec_cfg); in cn10k_mcs_free()
[all …]
A Dotx2_common.h509 struct cn10k_mcs_cfg *macsec_cfg; member

Completed in 17 milliseconds