Searched refs:prevtoshone (Results 1 – 2 of 2) sorted by relevance
5257 struct Scsi_Host *prevtoshone; in mega_swap_hosts() local5300 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 …]
3802 struct Scsi_Host *prevtoshone; local3845 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 …]