ata_hsm_ok_in_wq(9)
NAME
- ata_hsm_ok_in_wq - Check if the qc can be handled in the
- workqueue.
SYNOPSIS
int ata_hsm_ok_in_wq(struct ata_port * ap, struct ata_queued_cmd * qc);
ARGUMENTS
- ap
- the target ata_port
- qc
- qc on going
RETURNS
1 if ok in workqueue, 0 otherwise.
AUTHOR
- Jeff Garzik
- Author.