Lines Matching refs:fis
698 task->ata_task.fis.command == ATA_CMD_PACKET) { in sci_io_request_construct_sata()
2717 static void isci_process_stp_response(struct sas_task *task, struct dev_to_host_fis *fis) in isci_process_stp_response() argument
2722 resp->frame_len = sizeof(*fis); in isci_process_stp_response()
2723 memcpy(resp->ending_fis, fis, sizeof(*fis)); in isci_process_stp_response()
2727 if (ac_err_mask(fis->status)) in isci_process_stp_response()
2984 task->ata_task.fis.command == ATA_CMD_PACKET) { in sci_request_started_state_enter()
3155 struct host_to_dev_fis *fis = &ireq->stp.cmd; in isci_request_stp_request_construct() local
3164 memcpy(fis, &task->ata_task.fis, sizeof(struct host_to_dev_fis)); in isci_request_stp_request_construct()
3166 fis->flags |= 0x80; in isci_request_stp_request_construct()
3167 fis->flags &= 0xF0; in isci_request_stp_request_construct()
3176 fis->sector_count = qc->tag << 3; in isci_request_stp_request_construct()