/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_port.c | 69 if ((netdev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC) && in nfp_port_set_features()
|
H A D | nfp_net_repr.c | 250 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_HW_TC); in nfp_repr_fix_features() 391 netdev->features |= NETIF_F_HW_TC; in nfp_repr_init() 392 netdev->hw_features |= NETIF_F_HW_TC; in nfp_repr_init()
|
H A D | nfp_net_common.c | 2757 netdev->hw_features |= NETIF_F_HW_TC; in nfp_net_netdev_init()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32.h | 44 return (dev->features & NETIF_F_HW_TC) && adap->tc_u32 ? true : false; in can_tc_u32_offload()
|
/linux/include/linux/ |
H A D | netdev_features.h | 152 #define NETIF_F_HW_TC __NETIF_F(HW_TC) macro
|
/linux/drivers/net/netdevsim/ |
H A D | netdev.c | 365 if ((dev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC)) in nsim_set_features() 955 dev->hw_features |= NETIF_F_HW_TC | in nsim_setup()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 573 if (changed & NETIF_F_HW_TC) { in enetc_pf_set_features() 574 err = enetc_set_psfp(ndev, !!(features & NETIF_F_HW_TC)); in enetc_pf_set_features()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 1189 net_dev->features |= NETIF_F_HW_TC; in ef100_probe_netdev_pf() 1190 efx->fixed_features |= NETIF_F_HW_TC; in ef100_probe_netdev_pf()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 823 NETIF_F_HW_TC; in lan966x_probe_port() 824 dev->hw_features |= NETIF_F_HW_TC; in lan966x_probe_port()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 685 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in ngbe_probe()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 2022 bool tc = !!(features & NETIF_F_HW_TC); in otx2_handle_ntuple_tc_features() 2035 if ((changed & NETIF_F_HW_TC) && !tc && in otx2_handle_ntuple_tc_features() 2042 otx2_tc_flower_rule_cnt(pfvf) && !(changed & NETIF_F_HW_TC)) { in otx2_handle_ntuple_tc_features()
|
H A D | otx2_vf.c | 707 netdev->hw_features |= NETIF_F_HW_TC; in otx2vf_probe()
|
H A D | rep.c | 693 ndev->hw_features |= NETIF_F_HW_TC; in rvu_rep_create()
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 799 netdev->hw_features |= NETIF_F_NTUPLE | NETIF_F_HW_TC; in txgbe_probe()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 2059 bp->dev->hw_features |= NETIF_F_HW_TC; in bnxt_init_tc() 2060 bp->dev->features |= NETIF_F_HW_TC; in bnxt_init_tc()
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.h | 55 NETIF_F_HW_TC)
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_main.c | 636 dev->features |= NETIF_F_HW_TC; in prestera_port_create()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2451 if ((netdev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC) && in hns3_nic_set_features() 3350 netdev->features |= NETIF_F_HW_TC; in hns3_set_default_feature() 3359 NETIF_F_HW_TC); in hns3_set_default_feature()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 3634 netdev->hw_features |= NETIF_F_HW_TC; in ice_set_netdev_features() 6581 if (!(features & NETIF_F_HW_TC) && ice_is_adq_active(pf)) { in ice_set_features() 6586 if (changed & NETIF_F_HW_TC) { in ice_set_features() 6587 bool ena = !!(features & NETIF_F_HW_TC); in ice_set_features() 9189 if (vsi->netdev->features & NETIF_F_HW_TC) in ice_setup_tc_mqprio_qdisc()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 1149 err |= mlxsw_sp_handle_feature(dev, features, NETIF_F_HW_TC, in mlxsw_sp_set_features() 1546 NETIF_F_HW_TC | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in mlxsw_sp_port_create() 1547 dev->hw_features |= NETIF_F_HW_TC | NETIF_F_LOOPBACK | in mlxsw_sp_port_create()
|
/linux/net/dsa/ |
H A D | user.c | 2718 user->features = conduit->vlan_features | NETIF_F_HW_TC; in dsa_user_setup_tagger() 2719 user->hw_features |= NETIF_F_HW_TC; in dsa_user_setup_tagger()
|
/linux/net/mac80211/ |
H A D | ieee80211_i.h | 2081 NETIF_F_HW_TC)
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4416 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TC, set_feature_hw_tc); in mlx5e_set_features() 5764 netdev->hw_features |= NETIF_F_HW_TC; in mlx5e_build_nic_netdev() 5781 netdev->hw_features |= NETIF_F_HW_TC; in mlx5e_build_nic_netdev()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 871 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_HW_TC; in qede_init_ndev()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 3342 NETIF_F_HW_TC; in dpaa2_switch_probe_port()
|