Lines Matching refs:fis
655 * unsolicited h2d fis
693 task->ata_task.fis.command == ATA_CMD_PACKET) {
1520 * first time after the pio setup fis is received
1529 * and wait for PIO_SETUP fis / or D2H REg fis. */
1594 "%s ERROR: invalid fis type 0x%X\n",
1649 /* fill in the SCU Task Context for a DATA fis containing CDB in Raw Frame
1650 * type. The TC for previous Packet fis was already there, we only need to
1651 * change the H2D fis content.
2011 "with fis type 0x%02x when expecting a data "
2012 "fis.\n",
2130 * wait for the device to host register fis.
2234 * received yet, then an UF for the status fis
2710 static void isci_process_stp_response(struct sas_task *task, struct dev_to_host_fis *fis)
2715 resp->frame_len = sizeof(*fis);
2716 memcpy(resp->ending_fis, fis, sizeof(*fis));
2719 /* If an error is flagged let libata decode the fis */
2720 if (ac_err_mask(fis->status))
2976 task->ata_task.fis.command == ATA_CMD_PACKET) {
3147 struct host_to_dev_fis *fis = &ireq->stp.cmd;
3156 memcpy(fis, &task->ata_task.fis, sizeof(struct host_to_dev_fis));
3158 fis->flags |= 0x80;
3159 fis->flags &= 0xF0;
3168 fis->sector_count = qc->tag << 3;