Searched refs:IPC_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance
24 #define IPC_PAYLOAD_SIZE 128 macro25 #define ISHTP_RD_MSG_BUF_SIZE IPC_PAYLOAD_SIZE204 unsigned char rd_msg_fifo[RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE];
778 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn()784 IPC_PAYLOAD_SIZE); in bh_hbm_work_fn()786 (dev->rd_msg_fifo_head + IPC_PAYLOAD_SIZE) % in bh_hbm_work_fn()787 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE); in bh_hbm_work_fn()883 if ((dev->rd_msg_fifo_tail + IPC_PAYLOAD_SIZE) % in recv_hbm()884 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE) == in recv_hbm()893 dev->rd_msg_fifo_tail = (dev->rd_msg_fifo_tail + IPC_PAYLOAD_SIZE) % in recv_hbm()894 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE); in recv_hbm()
824 if (ishtp_hdr->length > IPC_PAYLOAD_SIZE) { in recv_ishtp_cl_msg()
661 if (IPC_HEADER_GET_LENGTH(doorbell_val) > IPC_PAYLOAD_SIZE) { in ish_irq_handler()950 dev->mtu = IPC_PAYLOAD_SIZE - sizeof(struct ishtp_msg_hdr); in ish_dev_init()