Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdev_features.h161 #define NETIF_F_HW_MACSEC __NETIF_F(HW_MACSEC) macro
/linux/net/8021q/
H A Dvlan_dev.c569 if (real_dev->vlan_features & NETIF_F_HW_MACSEC) in vlan_dev_init()
570 dev->hw_features |= NETIF_F_HW_MACSEC; in vlan_dev_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1720 netdev->features |= NETIF_F_HW_MACSEC; in mlx5e_macsec_build_netdev()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1469 nic->ndev->features |= NETIF_F_HW_MACSEC; in aq_macsec_init()
/linux/drivers/net/
H A Dmacsec.c336 return macsec->real_dev->features & NETIF_F_HW_MACSEC && in macsec_check_offload()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5491 netdev->vlan_features |= NETIF_F_HW_MACSEC; in mlx5e_build_nic_netdev()