Searched refs:socs (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dsoc.c62 #define for_each_soc(s) for (s = socs; s; s = s->next)
63 struct soc *socs = NULL; variable in typeref:struct:soc
562 SOD(("socs %08lx soc_intr %08lx soc_hw_enque %08x\n",
563 (long)socs, (long)soc_intr, (long)soc_hw_enque))
570 s->next = socs;
571 socs = s;
639 socs = s->next;
730 fcp_init (&socs->port[0].fc);

Completed in 104 milliseconds