Searched refs:d2h (Results 1 – 2 of 2) sorted by relevance
2171 struct dev_to_host_fis *d2h = &ireq->stp.rsp; in atapi_data_tc_completion_handler() local2185 if (d2h->fis_type != FIS_REGD2H) { in atapi_data_tc_completion_handler()2186 d2h->fis_type = FIS_REGD2H; in atapi_data_tc_completion_handler()2187 d2h->flags = (1 << 6); in atapi_data_tc_completion_handler()2188 d2h->status = 0x50; in atapi_data_tc_completion_handler()2189 d2h->error = 0; in atapi_data_tc_completion_handler()2190 d2h->lbal = 0; in atapi_data_tc_completion_handler()2191 d2h->byte_count_low = len & 0xff; in atapi_data_tc_completion_handler()2192 d2h->byte_count_high = len >> 8; in atapi_data_tc_completion_handler()2193 d2h->device = 0xa0; in atapi_data_tc_completion_handler()[all …]
110 struct dev_to_host_fis *d2h = (struct dev_to_host_fis *)iu; in hisi_sas_sata_done() local113 memcpy(&resp->ending_fis[0], d2h, sizeof(struct dev_to_host_fis)); in hisi_sas_sata_done()