Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/fc4/
Dsoc.c63 #define for_each_soc(s) for (s = socs; s; s = s->next)
64 struct soc *socs = NULL; variable
564 (long)socs, (long)soc_intr, (long)soc_hw_enque)) in soc_init()
571 s->next = socs; in soc_init()
572 socs = s; in soc_init()
640 socs = s->next; in soc_init()
731 fcp_init (&socs->port[0].fc); in soc_probe()