Lines Matching refs:fis
693 task->ata_task.fis.command == ATA_CMD_PACKET) { in sci_io_request_construct_sata()
2709 static void isci_process_stp_response(struct sas_task *task, struct dev_to_host_fis *fis) in isci_process_stp_response() argument
2714 resp->frame_len = sizeof(*fis); in isci_process_stp_response()
2715 memcpy(resp->ending_fis, fis, sizeof(*fis)); in isci_process_stp_response()
2719 if (ac_err_mask(fis->status)) in isci_process_stp_response()
2976 task->ata_task.fis.command == ATA_CMD_PACKET) { in sci_request_started_state_enter()
3147 struct host_to_dev_fis *fis = &ireq->stp.cmd; in isci_request_stp_request_construct() local
3156 memcpy(fis, &task->ata_task.fis, sizeof(struct host_to_dev_fis)); in isci_request_stp_request_construct()
3158 fis->flags |= 0x80; in isci_request_stp_request_construct()
3159 fis->flags &= 0xF0; in isci_request_stp_request_construct()
3168 fis->sector_count = qc->tag << 3; in isci_request_stp_request_construct()