Lines Matching refs:table
92 u16 table, u16 route_destid, u8 route_port) in idtg2_route_add_entry() argument
97 if (table == RIO_GLOBAL_TABLE) in idtg2_route_add_entry()
98 table = 0; in idtg2_route_add_entry()
100 table++; in idtg2_route_add_entry()
106 LOCAL_RTE_CONF_DESTID_SEL, table); in idtg2_route_add_entry()
125 u16 table, u16 route_destid, u8 *route_port) in idtg2_route_get_entry() argument
132 if (table == RIO_GLOBAL_TABLE) in idtg2_route_get_entry()
133 table = 0; in idtg2_route_get_entry()
135 table++; in idtg2_route_get_entry()
138 LOCAL_RTE_CONF_DESTID_SEL, table); in idtg2_route_get_entry()
157 u16 table) in idtg2_route_clr_table() argument
164 if (table == RIO_GLOBAL_TABLE) in idtg2_route_clr_table()
165 table = 0; in idtg2_route_clr_table()
167 table++; in idtg2_route_clr_table()
170 LOCAL_RTE_CONF_DESTID_SEL, table); in idtg2_route_clr_table()