Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Dnetdev.c230 if ((dev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC)) in nsim_set_features()
281 dev->hw_features |= NETIF_F_HW_TC; in nsim_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.c69 if ((netdev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC) && in nfp_port_set_features()
H A Dnfp_net_repr.c249 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_HW_TC); in nfp_repr_fix_features()
389 netdev->features |= NETIF_F_HW_TC; in nfp_repr_init()
390 netdev->hw_features |= NETIF_F_HW_TC; in nfp_repr_init()
H A Dnfp_net_common.c3976 netdev->hw_features |= NETIF_F_HW_TC; in nfp_net_netdev_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.h44 return (dev->features & NETIF_F_HW_TC) && adap->tc_u32 ? true : false; in can_tc_u32_offload()
H A Dcxgb4_main.c6837 NETIF_F_HW_TC | NETIF_F_NTUPLE; in init_one()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_net.c594 if ((dev->features & NETIF_F_HW_TC) > (features & NETIF_F_HW_TC) && in ocelot_set_features()
1070 NETIF_F_HW_TC; in ocelot_probe_port()
1071 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_TC; in ocelot_probe_port()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c676 if (changed & NETIF_F_HW_TC) { in enetc_pf_set_features()
677 err = enetc_set_psfp(ndev, !!(features & NETIF_F_HW_TC)); in enetc_pf_set_features()
753 ndev->features |= NETIF_F_HW_TC; in enetc_pf_netdev_setup()
754 ndev->hw_features |= NETIF_F_HW_TC; in enetc_pf_netdev_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h149 #define NETIF_F_HW_TC __NETIF_F(HW_TC) macro
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h643 return dev->features & NETIF_F_HW_TC; in tc_can_offload()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c53 NETIF_F_HW_TC, \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c2041 bp->dev->hw_features |= NETIF_F_HW_TC; in bnxt_init_tc()
2042 bp->dev->features |= NETIF_F_HW_TC; in bnxt_init_tc()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c1815 slave_dev->features = master->vlan_features | NETIF_F_HW_TC; in dsa_slave_create()
1818 slave_dev->hw_features |= NETIF_F_HW_TC; in dsa_slave_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c1070 err |= mlxsw_sp_handle_feature(dev, features, NETIF_F_HW_TC, in mlxsw_sp_set_features()
1469 NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_TC; in mlxsw_sp_port_create()
1470 dev->hw_features |= NETIF_F_HW_TC | NETIF_F_LOOPBACK; in mlxsw_sp_port_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c744 netdev->hw_features |= NETIF_F_HW_TC; in mlx5e_build_rep_netdev()
H A Den_main.c3971 err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_TC, set_feature_tc_num_filters); in mlx5e_set_features()
5099 netdev->hw_features |= NETIF_F_HW_TC; in mlx5e_build_nic_netdev()
H A Den_tc.c5274 !(priv->netdev->features & NETIF_F_HW_TC)) in mlx5e_tc_netdev_event()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c52 NETIF_F_HW_TC, \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1879 NETIF_F_HW_TC; in am65_cpsw_nuss_init_ndev_2g()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c805 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_HW_TC; in qede_init_ndev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3590 hw_features |= NETIF_F_HW_TC; in iavf_process_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c4025 NETIF_F_LLTX | NETIF_F_HW_TC; in dpaa2_eth_netdev_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c5116 netdev->features |= NETIF_F_HW_TC; in igc_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9768 if ((features & NETIF_F_NTUPLE) || (features & NETIF_F_HW_TC)) { in ixgbe_set_features()
10855 NETIF_F_HW_TC; in ixgbe_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c5076 ndev->hw_features |= NETIF_F_HW_TC; in stmmac_dvr_probe()

12