Lines Matching defs:hd
389 utrd_header_t *hd;
410 hd = (utrd_header_t *)utrd->header;
411 hd->ucdba = utrd->upiu & UINT32_MAX;
412 hd->ucdbau = (utrd->upiu >> 32) & UINT32_MAX;
414 hd->rul = utrd->size_resp_upiu >> 2;
415 hd->ruo = utrd->size_upiu >> 2;
425 utrd_header_t *hd;
433 hd = (utrd_header_t *)utrd->header;
436 hd->i = 1;
437 hd->ct = CT_UFS_STORAGE;
438 hd->ocs = OCS_MASK;
449 hd->dd = DD_OUT;
454 hd->dd = DD_OUT;
468 hd->dd = DD_IN;
485 if (hd->dd == DD_IN) {
487 } else if (hd->dd == DD_OUT) {
517 hd->prdtl = utrd->prdt_length;
518 hd->prdto = (utrd->size_upiu + utrd->size_resp_upiu) >> 2;
530 utrd_header_t *hd;
534 hd = (utrd_header_t *)utrd->header;
537 hd->i = 1;
538 hd->ct = CT_UFS_STORAGE;
539 hd->ocs = OCS_MASK;
581 utrd_header_t *hd;
584 hd = (utrd_header_t *)utrd->header;
587 hd->i = 1;
588 hd->ct = CT_UFS_STORAGE;
589 hd->ocs = OCS_MASK;
617 utrd_header_t *hd;
623 hd = (utrd_header_t *)utrd->header;
640 inv_dcache_range((uintptr_t)hd, UFS_DESC_SIZE);
641 assert(hd->ocs == OCS_SUCCESS);
680 utrd_header_t *hd;
683 hd = (utrd_header_t *)utrd->header;
685 (unsigned int)(uintptr_t)utrd, hd->ruo, hd->rul, hd->ocs,