Searched refs:utrd (Results 1 – 1 of 1) sorted by relevance
171 static void get_utrd(utp_utrd_t *utrd) in get_utrd() argument177 assert(utrd != NULL); in get_utrd()182 memset((void *)utrd, 0, sizeof(utp_utrd_t)); in get_utrd()187 utrd->header = base; in get_utrd()188 utrd->task_tag = slot + 1; in get_utrd()190 utrd->upiu = ALIGN_CDB(utrd->header + sizeof(utrd_header_t)); in get_utrd()191 utrd->resp_upiu = ALIGN_8(utrd->upiu + sizeof(cmd_upiu_t)); in get_utrd()192 utrd->size_upiu = utrd->resp_upiu - utrd->upiu; in get_utrd()193 utrd->size_resp_upiu = ALIGN_8(sizeof(resp_upiu_t)); in get_utrd()194 utrd->prdt = utrd->resp_upiu + utrd->size_resp_upiu; in get_utrd()[all …]