Searched refs:clr_table (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/rapidio/switches/ |
A D | idtcps.c | 122 .clr_table = idtcps_route_clr_table,
|
A D | tsi568.c | 133 .clr_table = tsi568_route_clr_table,
|
A D | idt_gen3.c | 265 .clr_table = idtg3_route_clr_table,
|
A D | idt_gen2.c | 409 .clr_table = idtg2_route_clr_table,
|
A D | tsi57x.c | 294 .clr_table = tsi57x_route_clr_table,
|
/linux/include/linux/ |
A D | rio.h | 126 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, member
|
/linux/drivers/rapidio/ |
A D | rio.c | 1730 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()
|
Completed in 15 milliseconds