ata_hsm_move(9)
NAME
ata_hsm_move - move the HSM to the next state.
SYNOPSIS
int ata_hsm_move(struct ata_port * ap, struct ata_queued_cmd * qc, u8 status, int in_wq);
ARGUMENTS
- ap
- the target ata_port
- qc
- qc on going
- status
- current device status
- in_wq
- 1 if called from workqueue, 0 otherwise
RETURNS
1 when poll next status needed, 0 otherwise.
AUTHOR
- Jeff Garzik
- Author.