Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/
Dmacsec.c348 macsec->real_dev->phydev->macsec_ops; in macsec_check_offload()
351 macsec->real_dev->macsec_ops; in macsec_check_offload()
356 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()
371 return macsec->real_dev->phydev->macsec_ops; in __macsec_get_ops()
373 return macsec->real_dev->macsec_ops; in __macsec_get_ops()
379 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops()
1809 const struct macsec_ops *ops; in macsec_add_rxsa()
1902 const struct macsec_ops *ops; in macsec_add_rxsc()
2051 const struct macsec_ops *ops; in macsec_add_txsa()
2127 const struct macsec_ops *ops; in macsec_del_rxsa()
[all …]
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
Daq_macsec.c1454 const struct macsec_ops aq_macsec_ops = {
1494 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/Linux-v5.15/include/net/
Dmacsec.h264 struct macsec_ops { struct
/Linux-v5.15/include/linux/
Dphy.h484 struct macsec_ops;
671 const struct macsec_ops *macsec_ops; member
Dnetdevice.h59 struct macsec_ops;
2262 const struct macsec_ops *macsec_ops; member
/Linux-v5.15/drivers/net/phy/mscc/
Dmscc_macsec.c961 static const struct macsec_ops vsc8584_macsec_ops = {
989 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()