Lines Matching refs:index
217 unsigned int port, unsigned int index, u32 *data)
223 cmd = index;
238 unsigned int port, unsigned int index, u32 data)
246 cmd = index;
373 int index;
378 index = port >> ICM_PORT_INDEX_SHIFT;
379 return index != 0xff ? index : 0;
389 int ret, index;
402 index = icm_fr_get_switch_index(sw->ports[link]);
403 if (!index) {
408 sw = &switches[index];
418 index = icm_fr_get_switch_index(sw->ports[j]);
419 if (index > sw->switch_index) {
420 sw = &switches[index];