Searched refs:d2h (Results 1 – 2 of 2) sorted by relevance
2184 struct dev_to_host_fis *d2h = &ireq->stp.rsp; in atapi_data_tc_completion_handler() local2198 if (d2h->fis_type != FIS_REGD2H) { in atapi_data_tc_completion_handler()2199 d2h->fis_type = FIS_REGD2H; in atapi_data_tc_completion_handler()2200 d2h->flags = (1 << 6); in atapi_data_tc_completion_handler()2201 d2h->status = 0x50; in atapi_data_tc_completion_handler()2202 d2h->error = 0; in atapi_data_tc_completion_handler()2203 d2h->lbal = 0; in atapi_data_tc_completion_handler()2204 d2h->byte_count_low = len & 0xff; in atapi_data_tc_completion_handler()2205 d2h->byte_count_high = len >> 8; in atapi_data_tc_completion_handler()2206 d2h->device = 0xa0; in atapi_data_tc_completion_handler()[all …]
112 struct dev_to_host_fis *d2h = (struct dev_to_host_fis *)iu; in hisi_sas_sata_done() local115 memcpy(&resp->ending_fis[0], d2h, sizeof(struct dev_to_host_fis)); in hisi_sas_sata_done()