Searched refs:NETIF_F_HW_MACSEC (Results 1 – 8 of 8) sorted by relevance
162 #define NETIF_F_HW_MACSEC __NETIF_F(HW_MACSEC) macro
345 ns->netdev->features |= NETIF_F_HW_MACSEC; in nsim_macsec_init()
545 if (real_dev->vlan_features & NETIF_F_HW_MACSEC) in vlan_dev_init() 546 dev->hw_features |= NETIF_F_HW_MACSEC; in vlan_dev_init()
1720 netdev->features |= NETIF_F_HW_MACSEC; in mlx5e_macsec_build_netdev()
1783 pfvf->netdev->features |= NETIF_F_HW_MACSEC; in cn10k_mcs_init()
1469 nic->ndev->features |= NETIF_F_HW_MACSEC; in aq_macsec_init()
4441 features &= ~NETIF_F_HW_MACSEC; in mlx5e_fix_uplink_rep_features() 4442 if (netdev->features & NETIF_F_HW_MACSEC) in mlx5e_fix_uplink_rep_features() 5661 netdev->vlan_features |= NETIF_F_HW_MACSEC; in mlx5e_build_nic_netdev()
361 return macsec->real_dev->features & NETIF_F_HW_MACSEC && in macsec_check_offload()