Searched refs:netdev_get_num_tc (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_dcbnl.c59 if (num_tc != netdev_get_num_tc(dev)) {
H A Dfm10k_main.c1486 pcs = netdev_get_num_tc(dev);
1866 u8 num_pcs = netdev_get_num_tc(dev);
H A Dfm10k_ethtool.c1113 u8 tcs = netdev_get_num_tc(dev);
1159 return fm10k_setup_tc(dev, netdev_get_num_tc(dev));
/linux-master/net/sched/
H A Dsch_mqprio_lib.c105 int tc, num_tc = netdev_get_num_tc(dev);
H A Dsch_taprio.c118 int num_tc = netdev_get_num_tc(dev);
271 int num_tc = netdev_get_num_tc(dev);
661 int num_tc = netdev_get_num_tc(dev);
707 int num_tc = netdev_get_num_tc(dev);
776 int num_tc = netdev_get_num_tc(dev);
918 int num_tc = netdev_get_num_tc(dev);
1241 int num_tc = netdev_get_num_tc(dev);
H A Dsch_mqprio.c638 * TC_H_MIN_PRIORITY + netdev_get_num_tc - 1
640 return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0;
729 for (ntx = arg->skip; ntx < netdev_get_num_tc(dev); ntx++) {
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_ethtool.c71 return txgbe_setup_tc(dev, netdev_get_num_tc(dev));
/linux-master/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_ethtool.c105 return ngbe_setup_tc(dev, netdev_get_num_tc(dev));
/linux-master/net/dsa/
H A Dtag_ocelot.c58 qos_class = netdev_get_num_tc(netdev) ?
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c239 u8 tc_nums = netdev_get_num_tc(ndev);
354 u8 tc_nums = netdev_get_num_tc(ndev);
/linux-master/include/net/
H A Dsch_generic.h669 return (hwtc < netdev_get_num_tc(dev)) ? hwtc : -EINVAL;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c745 if (netdev_get_num_tc(dev))
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c2506 num_tc = netdev_get_num_tc(edev->ndev);
/linux-master/include/linux/
H A Dnetdevice.h2445 int netdev_get_num_tc(struct net_device *dev) function
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5374 int num_tc = netdev_get_num_tc(adapter->netdev);

Completed in 415 milliseconds