NETIF_F_HW_L2FW_DOFFLOAD
hw_features |= NETIF_F_HW_L2FW_DOFFLOAD;
if (!(features & NETIF_F_HW_L2FW_DOFFLOAD) && vsi->macvlan_cnt)
netdev->hw_features |= NETIF_F_HW_L2FW_DOFFLOAD;
if ((changed & NETIF_F_HW_L2FW_DOFFLOAD) && adapter->num_rx_pools > 1)
NETIF_F_HW_L2FW_DOFFLOAD;
ndev->features |= NETIF_F_HW_L2FW_DOFFLOAD;
ndev->hw_features |= NETIF_F_HW_L2FW_DOFFLOAD;
if (ndev->features & NETIF_F_HW_L2FW_DOFFLOAD)
if (lowerdev->features & NETIF_F_HW_L2FW_DOFFLOAD)