Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmegaraid2.c5257 struct Scsi_Host *prevtoshone; in mega_swap_hosts() local
5300 prevtoshone = scsi_hostlist; in mega_swap_hosts()
5302 while (prevtoshone->next != shone) in mega_swap_hosts()
5303 prevtoshone = prevtoshone->next; in mega_swap_hosts()
5307 prevtoshone->next = shtwo; in mega_swap_hosts()
5312 prevtoshone = scsi_hostlist; in mega_swap_hosts()
5313 while (prevtoshone->next != shone) in mega_swap_hosts()
5314 prevtoshone = prevtoshone->next; in mega_swap_hosts()
5317 prevtoshone->next = shtwo; in mega_swap_hosts()
5325 prevtoshone = scsi_hostlist; in mega_swap_hosts()
[all …]
Dmegaraid.c3802 struct Scsi_Host *prevtoshone; local
3845 prevtoshone = scsi_hostlist;
3847 while (prevtoshone->next != shone)
3848 prevtoshone = prevtoshone->next;
3852 prevtoshone->next = shtwo;
3857 prevtoshone = scsi_hostlist;
3858 while (prevtoshone->next != shone)
3859 prevtoshone = prevtoshone->next;
3862 prevtoshone->next = shtwo;
3870 prevtoshone = scsi_hostlist;
[all …]