Home
last modified time | relevance | path

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

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