Home
last modified time | relevance | path

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

/linux/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()
343 tx_class_rec.sc_sa = nic->macsec_cfg->sc_sa; in aq_set_txsc()
549 if (!nic->macsec_cfg) in aq_mdo_del_secy()
712 &nic->macsec_cfg->aq_rxsc[rxsc_idx]; in aq_set_rxsc()
1490 if (!nic->macsec_cfg) in aq_macsec_init()
1501 kfree(nic->macsec_cfg); in aq_macsec_free()
1502 nic->macsec_cfg = NULL; in aq_macsec_free()
1515 if (!nic->macsec_cfg) in aq_macsec_enable()
1573 if (!nic->macsec_cfg) in aq_macsec_work()
[all …]
A Daq_ethtool.c186 if (nic->macsec_cfg) { in aq_ethtool_n_stats()
316 if (!nic->macsec_cfg) in aq_ethtool_get_strings()
324 if (!(test_bit(i, &nic->macsec_cfg->txsc_idx_busy))) in aq_ethtool_get_strings()
334 aq_txsc = &nic->macsec_cfg->aq_txsc[i]; in aq_ethtool_get_strings()
351 if (!(test_bit(i, &nic->macsec_cfg->rxsc_idx_busy))) in aq_ethtool_get_strings()
354 aq_rxsc = &nic->macsec_cfg->aq_rxsc[i]; in aq_ethtool_get_strings()
A Daq_nic.h156 struct aq_macsec_cfg *macsec_cfg; member

Completed in 12 milliseconds