Home
last modified time | relevance | path

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

/openbmc/linux/net/8021q/
H A Dvlan_dev.c827 static const struct macsec_ops *vlan_get_macsec_ops(const struct macsec_context *ctx) in vlan_get_macsec_ops()
829 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops; in vlan_get_macsec_ops()
843 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open()
853 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop()
863 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy()
873 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_secy()
883 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_secy()
893 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_rxsc()
903 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_rxsc()
913 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_rxsc()
[all …]
/openbmc/linux/drivers/net/
H A Dmacsec.c331 macsec->real_dev->phydev->macsec_ops; in macsec_check_offload()
334 macsec->real_dev->macsec_ops; in macsec_check_offload()
339 static const struct macsec_ops *__macsec_get_ops(enum macsec_offload offload, in __macsec_get_ops()
354 return macsec->real_dev->phydev->macsec_ops; in __macsec_get_ops()
356 return macsec->real_dev->macsec_ops; in __macsec_get_ops()
362 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops()
1002 const struct macsec_ops *ops; in handle_not_macsec()
1832 const struct macsec_ops *ops; in macsec_add_rxsa()
1919 const struct macsec_ops *ops; in macsec_add_rxsc()
2075 const struct macsec_ops *ops; in macsec_add_txsa()
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
H A Daq_macsec.c1430 const struct macsec_ops aq_macsec_ops = {
1470 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/openbmc/linux/drivers/net/netdevsim/
H A Dmacsec.c332 static const struct macsec_ops nsim_macsec_ops = {
349 ns->netdev->macsec_ops = &nsim_macsec_ops; in nsim_macsec_init()
/openbmc/linux/include/net/
H A Dmacsec.h281 struct macsec_ops { struct
/openbmc/linux/include/linux/
H A Dphy.h537 struct macsec_ops;
762 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h64 struct macsec_ops;
2405 const struct macsec_ops *macsec_ops; member
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c936 static const struct macsec_ops vsc8584_macsec_ops = {
964 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1634 static const struct macsec_ops macsec_offload_ops = {
1719 netdev->macsec_ops = &macsec_offload_ops; in mlx5e_macsec_build_netdev()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1718 static const struct macsec_ops cn10k_mcs_ops = {
1785 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()