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

/linux-master/drivers/rapidio/switches/
H A Didtcps.c122 .clr_table = idtcps_route_clr_table,
H A Didt_gen2.c409 .clr_table = idtg2_route_clr_table,
H A Didt_gen3.c265 .clr_table = idtg3_route_clr_table,
/linux-master/include/linux/
H A Drio.h111 * @clr_table: Callback for switch-specific clear route table function
126 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, member in struct:rio_switch_ops
/linux-master/drivers/rapidio/
H A Drio.c1708 * If available calls the switch specific clr_table() method to clear a switch
1730 if (!ops || !ops->clr_table) {
1734 rc = ops->clr_table(rdev->net->hport, rdev->destid,

Completed in 246 milliseconds