Searched refs:rx_hdr (Results 1 – 3 of 3) sorted by relevance
124 struct mbox_ram_hdr rx_hdr; in mbox_wait_response() local132 rx_hdr.u64 = rte_read64(ram_mbox_hdr); in mbox_wait_response()133 if (rx_hdr.chan_state == MBOX_CHAN_STATE_RES) in mbox_wait_response()138 hdr->res_code = rx_hdr.res_code; in mbox_wait_response()148 if (m->tag_own != rx_hdr.tag) { in mbox_wait_response()154 if (rx_hdr.res_code != MBOX_RET_SUCCESS) { in mbox_wait_response()159 len = RTE_MIN(rx_hdr.len, rxsize); in mbox_wait_response()167 m->tag_own, rx_hdr.tag, hdr->coproc, hdr->msg, res, in mbox_wait_response()
50 struct mbox_hdr *rx_hdr = in otx2_mbox_reset() local58 rx_hdr->msg_size = 0; in otx2_mbox_reset()59 rx_hdr->num_msgs = 0; in otx2_mbox_reset()200 struct mbox_hdr *rx_hdr = in otx2_mbox_msg_send() local213 rx_hdr->num_msgs = 0; in otx2_mbox_msg_send()327 struct mbox_hdr *rx_hdr = in mbox_wait() local337 rx_hdr->num_msgs, mdev->msg_size, in mbox_wait()
802 struct cqe_rx_t rx_hdr; member