Lines Matching refs:fis
660 * unsolicited h2d fis
698 task->ata_task.fis.command == ATA_CMD_PACKET) {
1526 * first time after the pio setup fis is received
1535 * and wait for PIO_SETUP fis / or D2H REg fis. */
1600 "%s ERROR: invalid fis type 0x%X\n",
1655 /* fill in the SCU Task Context for a DATA fis containing CDB in Raw Frame
1656 * type. The TC for previous Packet fis was already there, we only need to
1657 * change the H2D fis content.
2017 "with fis type 0x%02x when expecting a data "
2018 "fis.\n",
2138 * wait for the device to host register fis.
2244 * received yet, then an UF for the status fis
2717 static void isci_process_stp_response(struct sas_task *task, struct dev_to_host_fis *fis)
2722 resp->frame_len = sizeof(*fis);
2723 memcpy(resp->ending_fis, fis, sizeof(*fis));
2726 /* If an error is flagged let libata decode the fis */
2727 if (ac_err_mask(fis->status))
2984 task->ata_task.fis.command == ATA_CMD_PACKET) {
3155 struct host_to_dev_fis *fis = &ireq->stp.cmd;
3164 memcpy(fis, &task->ata_task.fis, sizeof(struct host_to_dev_fis));
3166 fis->flags |= 0x80;
3167 fis->flags &= 0xF0;
3176 fis->sector_count = qc->tag << 3;