Home
last modified time | relevance | path

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

/linux/net/8021q/
A Dvlan_dev.c796 return vlan_dev_priv(ctx->netdev)->real_dev->macsec_ops; in vlan_get_macsec_ops()
810 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open()
820 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop()
830 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy()
840 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_secy()
850 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_secy()
860 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_rxsc()
870 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_upd_rxsc()
880 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_del_rxsc()
998 static const struct macsec_ops macsec_offload_ops = {
[all …]
/linux/drivers/net/
A Dmacsec.c1005 const struct macsec_ops *ops; in handle_not_macsec()
1835 const struct macsec_ops *ops; in macsec_add_rxsa()
1922 const struct macsec_ops *ops; in macsec_add_rxsc()
2078 const struct macsec_ops *ops; in macsec_add_txsa()
2149 const struct macsec_ops *ops; in macsec_del_rxsa()
2216 const struct macsec_ops *ops; in macsec_del_rxsc()
2274 const struct macsec_ops *ops; in macsec_del_txsa()
2386 const struct macsec_ops *ops; in macsec_upd_txsa()
2609 const struct macsec_ops *ops; in macsec_set_head_tail_room()
2627 const struct macsec_ops *ops; in macsec_update_offload()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_macsec.h120 extern const struct macsec_ops aq_macsec_ops;
A Daq_macsec.c1430 const struct macsec_ops aq_macsec_ops = {
1470 nic->ndev->macsec_ops = &aq_macsec_ops; in aq_macsec_init()
/linux/drivers/net/netdevsim/
A Dmacsec.c327 static const struct macsec_ops nsim_macsec_ops = {
344 ns->netdev->macsec_ops = &nsim_macsec_ops; in nsim_macsec_init()
/linux/include/net/
A Dmacsec.h326 struct macsec_ops { struct
/linux/Documentation/networking/net_cachelines/
A Dnet_device.rst172 struct_macsec_ops* macsec_ops
/linux/include/linux/
A Dphy.h548 struct macsec_ops;
787 const struct macsec_ops *macsec_ops; member
A Dnetdevice.h64 struct macsec_ops;
2373 const struct macsec_ops *macsec_ops; member
/linux/drivers/net/phy/mscc/
A Dmscc_macsec.c936 static const struct macsec_ops vsc8584_macsec_ops = {
964 phydev->macsec_ops = &vsc8584_macsec_ops; in vsc8584_macsec_init()
/linux/drivers/net/phy/
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/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dmacsec.c1630 static const struct macsec_ops macsec_offload_ops = {
1715 netdev->macsec_ops = &macsec_offload_ops; in mlx5e_macsec_build_netdev()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dcn10k_macsec.c1718 static const struct macsec_ops cn10k_mcs_ops = {
1785 pfvf->netdev->macsec_ops = &cn10k_mcs_ops; in cn10k_mcs_init()

Completed in 59 milliseconds