Home
last modified time | relevance | path

Searched refs:IPC_PAYLOAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dishtp-dev.h17 #define IPC_PAYLOAD_SIZE 128 macro
18 #define ISHTP_RD_MSG_BUF_SIZE IPC_PAYLOAD_SIZE
202 unsigned char rd_msg_fifo[RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE];
A Dhbm.c749 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn()
755 IPC_PAYLOAD_SIZE); in bh_hbm_work_fn()
757 (dev->rd_msg_fifo_head + IPC_PAYLOAD_SIZE) % in bh_hbm_work_fn()
758 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE); in bh_hbm_work_fn()
854 if ((dev->rd_msg_fifo_tail + IPC_PAYLOAD_SIZE) % in recv_hbm()
855 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE) == in recv_hbm()
864 dev->rd_msg_fifo_tail = (dev->rd_msg_fifo_tail + IPC_PAYLOAD_SIZE) % in recv_hbm()
865 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE); in recv_hbm()
A Dloader.h20 (IPC_PAYLOAD_SIZE - sizeof(struct ishtp_msg_hdr))
A Dclient.c1015 if (ishtp_hdr->length > IPC_PAYLOAD_SIZE) { in recv_ishtp_cl_msg()
/linux/drivers/hid/intel-ish-hid/ipc/
A Dipc.c665 if (IPC_HEADER_GET_LENGTH(doorbell_val) > IPC_PAYLOAD_SIZE) { in ish_irq_handler()
988 dev->mtu = IPC_PAYLOAD_SIZE - sizeof(struct ishtp_msg_hdr); in ish_dev_init()

Completed in 19 milliseconds