Home
last modified time | relevance | path

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

/linux/drivers/tc/
H A Dtc-driver.c88 const struct tc_driver *tdrv = to_tc_driver(drv); in tc_bus_match()
/linux/include/linux/
H A Dtc.h111 #define to_tc_driver(drv) container_of_const(drv, struct tc_driver, driver) macro