Searched refs:shone (Results 1 – 2 of 2) sorted by relevance
5190 struct Scsi_Host *shone; in mega_reorder_hosts() local5214 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() argument5261 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 …]
3737 struct Scsi_Host *shone; local3761 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) argument3806 if (shtwo->next == shone) {3808 if (shtwo == scsi_hostlist && shone->next == NULL) {3811 scsi_hostlist = shone;[all …]