Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmegaraid2.c5190 struct Scsi_Host *shone; in mega_reorder_hosts() local
5214 shone = shtwo = NULL; in mega_reorder_hosts()
5227 shone = shpnt; in mega_reorder_hosts()
5242 if (shone && shtwo) in mega_reorder_hosts()
5245 if (shone && shtwo) { in mega_reorder_hosts()
5246 mega_swap_hosts (shone, shtwo); in mega_reorder_hosts()
5254 mega_swap_hosts (struct Scsi_Host *shone, struct Scsi_Host *shtwo) in mega_swap_hosts() argument
5261 if (shtwo->next == shone) { in mega_swap_hosts()
5263 if (shtwo == scsi_hostlist && !shone->next) { in mega_swap_hosts()
5266 scsi_hostlist = shone; in mega_swap_hosts()
[all …]
Dmegaraid.c3737 struct Scsi_Host *shone; local
3761 shone = shtwo = NULL;
3774 shone = shpnt;
3789 if (shone && shtwo)
3792 if (shone && shtwo) {
3793 mega_swap_hosts (shone, shtwo);
3799 static void mega_swap_hosts (struct Scsi_Host *shone, struct Scsi_Host *shtwo) argument
3806 if (shtwo->next == shone) {
3808 if (shtwo == scsi_hostlist && shone->next == NULL) {
3811 scsi_hostlist = shone;
[all …]