1. NAME

scsi_host_set_state - Take the given host through the host state model.

2. SYNOPSIS

int scsi_host_set_state(struct Scsi_Host *  shost , enum scsi_host_state  state );

3. ARGUMENTS

shost
    scsi host to change the state of.

state
    state to change to.

4. DESCRIPTION

Returns zero if unsuccessful or an error if the requested transition is illegal.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT