Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdev_features.h165 #define NETIF_F_HW_MACSEC __NETIF_F(HW_MACSEC) macro
/openbmc/linux/drivers/net/netdevsim/
H A Dmacsec.c350 ns->netdev->features |= NETIF_F_HW_MACSEC; in nsim_macsec_init()
/openbmc/linux/net/8021q/
H A 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c1716 netdev->features |= NETIF_F_HW_MACSEC; in mlx5e_macsec_build_netdev()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c1784 pfvf->netdev->features |= NETIF_F_HW_MACSEC; in cn10k_mcs_init()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c1469 nic->ndev->features |= NETIF_F_HW_MACSEC; in aq_macsec_init()
/openbmc/linux/drivers/net/
H A Dmacsec.c346 return macsec->real_dev->features & NETIF_F_HW_MACSEC && in macsec_check_offload()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5129 netdev->vlan_features |= NETIF_F_HW_MACSEC; in mlx5e_build_nic_netdev()