Home
last modified time | relevance | path

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

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