Lines Matching defs:table
88 u16 table, u16 route_destid, u8 route_port)
91 * Select routing table to update
93 if (table == RIO_GLOBAL_TABLE)
94 table = 0;
96 table++;
102 LOCAL_RTE_CONF_DESTID_SEL, table);
121 u16 table, u16 route_destid, u8 *route_port)
126 * Select routing table to read
128 if (table == RIO_GLOBAL_TABLE)
129 table = 0;
131 table++;
134 LOCAL_RTE_CONF_DESTID_SEL, table);
153 u16 table)
158 * Select routing table to read
160 if (table == RIO_GLOBAL_TABLE)
161 table = 0;
163 table++;
166 LOCAL_RTE_CONF_DESTID_SEL, table);