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