Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_MACSEC (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/include/linux/
Dnetdev_features.h165 #define NETIF_F_HW_MACSEC __NETIF_F(HW_MACSEC) macro
/Linux-v6.6/drivers/net/netdevsim/
Dmacsec.c350 ns->netdev->features |= NETIF_F_HW_MACSEC; in nsim_macsec_init()
/Linux-v6.6/net/8021q/
Dvlan_dev.c591 if (real_dev->vlan_features & NETIF_F_HW_MACSEC) in vlan_dev_init()
592 dev->hw_features |= NETIF_F_HW_MACSEC; in vlan_dev_init()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c1695 netdev->features |= NETIF_F_HW_MACSEC; in mlx5e_macsec_build_netdev()
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c1469 nic->ndev->features |= NETIF_F_HW_MACSEC; in aq_macsec_init()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c1784 pfvf->netdev->features |= NETIF_F_HW_MACSEC; in cn10k_mcs_init()
/Linux-v6.6/drivers/net/
Dmacsec.c346 return macsec->real_dev->features & NETIF_F_HW_MACSEC && in macsec_check_offload()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5109 netdev->vlan_features |= NETIF_F_HW_MACSEC; in mlx5e_build_nic_netdev()