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

/linux-master/drivers/scsi/isci/
H A Drequest.c1633 /* the d2h ufi is the end of non-data commands */
2171 struct dev_to_host_fis *d2h = &ireq->stp.rsp; local
2183 * d2h frame from the controller
2185 if (d2h->fis_type != FIS_REGD2H) {
2186 d2h->fis_type = FIS_REGD2H;
2187 d2h->flags = (1 << 6);
2188 d2h->status = 0x50;
2189 d2h->error = 0;
2190 d2h->lbal = 0;
2191 d2h
[all...]
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c110 struct dev_to_host_fis *d2h = (struct dev_to_host_fis *)iu; local
113 memcpy(&resp->ending_fis[0], d2h, sizeof(struct dev_to_host_fis));

Completed in 147 milliseconds