Searched refs:clr_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/rapidio/switches/ |
D | idtcps.c | 126 .clr_table = idtcps_route_clr_table,
|
D | tsi568.c | 137 .clr_table = tsi568_route_clr_table,
|
D | idt_gen3.c | 269 .clr_table = idtg3_route_clr_table,
|
D | idt_gen2.c | 413 .clr_table = idtg2_route_clr_table,
|
D | tsi57x.c | 298 .clr_table = tsi57x_route_clr_table,
|
/Linux-v4.19/include/linux/ |
D | rio.h | 130 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, member
|
/Linux-v4.19/drivers/rapidio/ |
D | rio.c | 1799 if (!ops || !ops->clr_table) { in rio_route_clr_table() 1803 rc = ops->clr_table(rdev->net->hport, rdev->destid, in rio_route_clr_table()
|