Lines Matching refs:ether_index
43 int ether_index; member
231 if(info->ether_index == 0) { in fec_init()
233 } else if (info->ether_index == 1) { in fec_init()
235 } else if (info->ether_index == 2) { in fec_init()
240 if(info->ether_index == 0) { in fec_init()
242 } else if (info->ether_index == 1){ in fec_init()
244 } else if (info->ether_index == 2){ in fec_init()
249 if(info->ether_index == 0) { in fec_init()
251 } else if (info->ether_index == 1) { in fec_init()
253 } else if (info->ether_index == 2) { in fec_init()
295 mem_addr = CPM_FCC_SPECIAL_BASE + ((info->ether_index) * 64); in fec_init()
368 if(info->ether_index == 0) { in fec_init()
371 } else if (info->ether_index == 1) { in fec_init()
374 } else if (info->ether_index == 2) { in fec_init()
396 if(info->ether_index == 0) { in fec_init()
398 } else if (info->ether_index == 1) { in fec_init()
400 } else if (info->ether_index == 2) { in fec_init()
413 if(info->ether_index == 0) { in fec_halt()
415 } else if(info->ether_index == 1) { in fec_halt()
417 } else if(info->ether_index == 2) { in fec_halt()
433 ether_fcc_info[i].ether_index + 1); in fec_initialize()