Searched refs:resp_hdr (Results 1 – 1 of 1) sorted by relevance
1232 uint32_t resp_hdr; in mailbox_response_parser() local1239 resp_hdr = mmio_read_32(MBOX_ENTRY_TO_ADDR(RESP, (rout)++)); in mailbox_response_parser()1247 mbox_svc.resp_queue[di].header = resp_hdr; in mailbox_response_parser()1248 mbox_svc.resp_queue[di].client_id = MBOX_RESP_CLIENT_ID(resp_hdr); in mailbox_response_parser()1249 mbox_svc.resp_queue[di].job_id = MBOX_RESP_JOB_ID(resp_hdr); in mailbox_response_parser()1250 mbox_svc.resp_queue[di].resp_len = MBOX_RESP_LEN(resp_hdr); in mailbox_response_parser()1253 mbox_svc.resp_queue[di].err_code = MBOX_RESP_ERR(resp_hdr); in mailbox_response_parser()1254 trans_id = MBOX_RESP_TRANSACTION_ID(resp_hdr); in mailbox_response_parser()