Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A 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()
1811 const struct macsec_ops *ops; in macsec_add_rxsa()
1904 const struct macsec_ops *ops; in macsec_add_rxsc()
2054 const struct macsec_ops *ops; in macsec_add_txsa()
2131 const struct macsec_ops *ops; in macsec_del_rxsa()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
H A Daq_macsec.c1487 const struct macsec_ops aq_macsec_ops = {
1527 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dmacsec.h264 struct macsec_ops { struct
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h469 struct macsec_ops;
647 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h59 struct macsec_ops;
2216 const struct macsec_ops *macsec_ops; member
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_macsec.c962 static const struct macsec_ops vsc8584_macsec_ops = {
990 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()