Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/intel-ish-hid/ishtp/
Dishtp-dev.h17 #define IPC_PAYLOAD_SIZE 128 macro
18 #define ISHTP_RD_MSG_BUF_SIZE IPC_PAYLOAD_SIZE
172 unsigned char rd_msg_fifo[RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE];
Dhbm.c744 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn()
750 IPC_PAYLOAD_SIZE); in bh_hbm_work_fn()
752 (dev->rd_msg_fifo_head + IPC_PAYLOAD_SIZE) % in bh_hbm_work_fn()
753 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE); in bh_hbm_work_fn()
849 if ((dev->rd_msg_fifo_tail + IPC_PAYLOAD_SIZE) % in recv_hbm()
850 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE) == in recv_hbm()
859 dev->rd_msg_fifo_tail = (dev->rd_msg_fifo_tail + IPC_PAYLOAD_SIZE) % in recv_hbm()
860 (RD_INT_FIFO_SIZE * IPC_PAYLOAD_SIZE); in recv_hbm()
Dclient.c851 if (ishtp_hdr->length > IPC_PAYLOAD_SIZE) { in recv_ishtp_cl_msg()
/linux-5.19.10/drivers/hid/intel-ish-hid/ipc/
Dipc.c664 if (IPC_HEADER_GET_LENGTH(doorbell_val) > IPC_PAYLOAD_SIZE) { in ish_irq_handler()
980 dev->mtu = IPC_PAYLOAD_SIZE - sizeof(struct ishtp_msg_hdr); in ish_dev_init()