Home
last modified time | relevance | path

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

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