Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_TC (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.h44 return (dev->features & NETIF_F_HW_TC) && adap->tc_u32 ? true : false; in can_tc_u32_offload()
Dcxgb4_main.c5626 NETIF_F_HW_TC; in init_one()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_port.c112 if ((netdev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC) && in nfp_port_set_features()
Dnfp_net_repr.c333 netdev->features |= NETIF_F_HW_TC; in nfp_repr_init()
334 netdev->hw_features |= NETIF_F_HW_TC; in nfp_repr_init()
Dnfp_net_common.c3786 netdev->hw_features |= NETIF_F_HW_TC; in nfp_net_netdev_init()
/Linux-v4.19/drivers/net/netdevsim/
Dnetdev.c470 if ((dev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC)) in nsim_set_features()
516 dev->hw_features |= NETIF_F_HW_TC; in nsim_setup()
/Linux-v4.19/include/linux/
Dnetdev_features.h148 #define NETIF_F_HW_TC __NETIF_F(HW_TC) macro
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c963 netdev->features |= NETIF_F_VLAN_CHALLENGED | NETIF_F_HW_TC | NETIF_F_NETNS_LOCAL; in mlx5e_build_rep_netdev()
964 netdev->hw_features |= NETIF_F_HW_TC; in mlx5e_build_rep_netdev()
Den_main.c3679 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TC, set_feature_tc_num_filters); in mlx5e_set_features()
4688 netdev->hw_features |= NETIF_F_HW_TC; in mlx5e_build_nic_netdev()
Den_tc.c2990 !(priv->netdev->features & NETIF_F_HW_TC)) in mlx5e_tc_netdev_event()
/Linux-v4.19/include/net/
Dpkt_cls.h657 return dev->features & NETIF_F_HW_TC; in tc_can_offload()
/Linux-v4.19/net/dsa/
Dslave.c1310 slave_dev->features = master->vlan_features | NETIF_F_HW_TC; in dsa_slave_create()
1311 slave_dev->hw_features |= NETIF_F_HW_TC; in dsa_slave_create()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1669 bp->dev->hw_features |= NETIF_F_HW_TC; in bnxt_init_tc()
1670 bp->dev->features |= NETIF_F_HW_TC; in bnxt_init_tc()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1686 return mlxsw_sp_handle_feature(dev, features, NETIF_F_HW_TC, in mlxsw_sp_set_features()
2907 NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_TC; in mlxsw_sp_port_create()
2908 dev->hw_features |= NETIF_F_HW_TC; in mlxsw_sp_port_create()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c784 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_HW_TC; in qede_init_ndev()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c3326 hw_features |= NETIF_F_HW_TC; in i40evf_process_config()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4294 ndev->hw_features |= NETIF_F_HW_TC; in stmmac_dvr_probe()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c9614 if ((features & NETIF_F_NTUPLE) || (features & NETIF_F_HW_TC)) { in ixgbe_set_features()
10639 NETIF_F_HW_TC; in ixgbe_probe()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c11409 if (!(features & NETIF_F_HW_TC) && pf->num_cloud_filters) { in i40e_set_features()
11947 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in i40e_config_netdev()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c3154 netdev->features |= NETIF_F_HW_TC; in igb_probe()