Lines Matching refs:ioc3_ethernet
28 static struct ioc3_submodule *ioc3_ethernet; variable
413 if(ioc3_ethernet && idd->active[ioc3_ethernet->id] && in ioc3_intr_io()
414 ioc3_ethernet->intr) { in ioc3_intr_io()
415 handled = handled && !ioc3_ethernet->intr(ioc3_ethernet, in ioc3_intr_io()
454 if(ioc3_ethernet && idd->active[ioc3_ethernet->id] in ioc3_intr_eth()
455 && ioc3_ethernet->intr) in ioc3_intr_eth()
456 handled = handled && !ioc3_ethernet->intr(ioc3_ethernet, idd, 0); in ioc3_intr_eth()
509 if(ioc3_ethernet==NULL) in ioc3_register_submodule()
510 ioc3_ethernet=is; in ioc3_register_submodule()
552 if(ioc3_ethernet==is) in ioc3_unregister_submodule()
553 ioc3_ethernet = NULL; in ioc3_unregister_submodule()