Lines Matching refs:index
233 unsigned int port, unsigned int index, u32 *data)
239 cmd = index;
254 unsigned int port, unsigned int index, u32 data)
262 cmd = index;
389 int index;
394 index = port >> ICM_PORT_INDEX_SHIFT;
395 return index != 0xff ? index : 0;
405 int ret, index;
418 index = icm_fr_get_switch_index(sw->ports[link]);
419 if (!index) {
424 sw = &switches[index];
434 index = icm_fr_get_switch_index(sw->ports[j]);
435 if (index > sw->switch_index) {
436 sw = &switches[index];