Home
last modified time | relevance | path

Searched refs:netdev_get_num_tc (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Dsch_generic.h554 return (hwtc < netdev_get_num_tc(dev)) ? hwtc : -EINVAL; in tc_classid_to_hwtc()
/linux-4.19.296/include/linux/
Dnetdevice.h2078 int netdev_get_num_tc(struct net_device *dev) in netdev_get_num_tc() function