Home
last modified time | relevance | path

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

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