Home
last modified time | relevance | path

Searched refs:d2h (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/isci/
Drequest.c2174 struct dev_to_host_fis *d2h = &ireq->stp.rsp; in atapi_data_tc_completion_handler() local
2188 if (d2h->fis_type != FIS_REGD2H) { in atapi_data_tc_completion_handler()
2189 d2h->fis_type = FIS_REGD2H; in atapi_data_tc_completion_handler()
2190 d2h->flags = (1 << 6); in atapi_data_tc_completion_handler()
2191 d2h->status = 0x50; in atapi_data_tc_completion_handler()
2192 d2h->error = 0; in atapi_data_tc_completion_handler()
2193 d2h->lbal = 0; in atapi_data_tc_completion_handler()
2194 d2h->byte_count_low = len & 0xff; in atapi_data_tc_completion_handler()
2195 d2h->byte_count_high = len >> 8; in atapi_data_tc_completion_handler()
2196 d2h->device = 0xa0; in atapi_data_tc_completion_handler()
[all …]
/linux-5.19.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c110 struct dev_to_host_fis *d2h = (struct dev_to_host_fis *)iu; in hisi_sas_sata_done() local
113 memcpy(&resp->ending_fis[0], d2h, sizeof(struct dev_to_host_fis)); in hisi_sas_sata_done()