Home
last modified time | relevance | path

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

/linux-6.15/net/8021q/
H A Dvlan_dev.c772 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops; in vlan_get_macsec_ops()
786 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open()
796 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop()
806 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy()
816 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_secy()
826 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_secy()
836 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_rxsc()
846 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_rxsc()
856 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_rxsc()
974 static const struct macsec_ops macsec_offload_ops = {
[all …]
/linux-6.15/drivers/net/
H A Dmacsec.c1006 const struct macsec_ops *ops; in handle_not_macsec()
1836 const struct macsec_ops *ops; in macsec_add_rxsa()
1923 const struct macsec_ops *ops; in macsec_add_rxsc()
2079 const struct macsec_ops *ops; in macsec_add_txsa()
2150 const struct macsec_ops *ops; in macsec_del_rxsa()
2217 const struct macsec_ops *ops; in macsec_del_rxsc()
2275 const struct macsec_ops *ops; in macsec_del_txsa()
2387 const struct macsec_ops *ops; in macsec_upd_txsa()
2610 const struct macsec_ops *ops; in macsec_set_head_tail_room()
2639 const struct macsec_ops *ops; in macsec_update_offload()
[all …]
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst173 struct macsec_ops* macsec_ops
/linux-6.15/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()
/linux-6.15/drivers/net/netdevsim/
H A Dmacsec.c327 static const struct macsec_ops nsim_macsec_ops = {
344 ns->netdev->macsec_ops = &nsim_macsec_ops; in nsim_macsec_init()
/linux-6.15/include/net/
H A Dmacsec.h326 struct macsec_ops { struct
/linux-6.15/include/linux/
H A Dphy.h501 struct macsec_ops;
739 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h65 struct macsec_ops;
2439 const struct macsec_ops *macsec_ops; member
/linux-6.15/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()
/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c1579 static const struct macsec_ops nxp_c45_macsec_ops = {
1663 phydev->macsec_ops = &nxp_c45_macsec_ops; in nxp_c45_macsec_probe()
/linux-6.15/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()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1717 static const struct macsec_ops cn10k_mcs_ops = {
1784 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()