Searched refs:in_wq (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_dwc.c | 229 u8 status, int in_wq); 262 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq); 1285 u8 status, int in_wq) in ata_hsm_move() argument 1398 ata_hsm_qc_complete(qc, in_wq); in ata_hsm_move() 1409 ata_hsm_qc_complete(qc, in_wq); in ata_hsm_move() 1497 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) in ata_hsm_qc_complete() argument 1501 if (in_wq) { in ata_hsm_qc_complete()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-sff.c | 945 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq) in ata_hsm_qc_complete() argument 950 if (in_wq) { in ata_hsm_qc_complete() 969 if (in_wq) { in ata_hsm_qc_complete() 988 u8 status, int in_wq) in ata_sff_hsm_move() argument 1002 WARN_ON_ONCE(in_wq != ata_hsm_ok_in_wq(ap, qc)); in ata_sff_hsm_move() 1215 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move() 1224 ata_hsm_qc_complete(qc, in_wq); in ata_sff_hsm_move()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libata.h | 1926 u8 status, int in_wq);
|