Home
last modified time | relevance | path

Searched refs:macsec_ops (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/net/
Dmacsec.c344 macsec->real_dev->phydev->macsec_ops; in macsec_check_offload()
347 macsec->real_dev->macsec_ops; in macsec_check_offload()
352 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()
367 return macsec->real_dev->phydev->macsec_ops; in __macsec_get_ops()
369 return macsec->real_dev->macsec_ops; in __macsec_get_ops()
375 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops()
1826 const struct macsec_ops *ops; in macsec_add_rxsa()
1913 const struct macsec_ops *ops; in macsec_add_rxsc()
2069 const struct macsec_ops *ops; in macsec_add_txsa()
2140 const struct macsec_ops *ops; in macsec_del_rxsa()
[all …]
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
Daq_macsec.c1430 const struct macsec_ops aq_macsec_ops = {
1470 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/Linux-v6.1/include/net/
Dmacsec.h279 struct macsec_ops { struct
/Linux-v6.1/include/linux/
Dphy.h525 struct macsec_ops;
731 const struct macsec_ops *macsec_ops; member
Dnetdevice.h62 struct macsec_ops;
2339 const struct macsec_ops *macsec_ops; member
/Linux-v6.1/drivers/net/phy/mscc/
Dmscc_macsec.c927 static const struct macsec_ops vsc8584_macsec_ops = {
955 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c1687 static const struct macsec_ops macsec_offload_ops = {
1769 netdev->macsec_ops = &macsec_offload_ops; in mlx5e_macsec_build_netdev()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c1573 static const struct macsec_ops cn10k_mcs_ops = {
1640 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()