Home
last modified time | relevance | path

Searched refs:clr_table (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/rapidio/switches/
Didtcps.c122 .clr_table = idtcps_route_clr_table,
Didt_gen3.c265 .clr_table = idtg3_route_clr_table,
Didt_gen2.c409 .clr_table = idtg2_route_clr_table,
/linux-5.19.10/include/linux/
Drio.h126 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, member
/linux-5.19.10/drivers/rapidio/
Drio.c1730 if (!ops || !ops->clr_table) { in rio_route_clr_table()
1734 rc = ops->clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()