Home
last modified time | relevance | path

Searched refs:ishtp_dma_num_slots (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Ddma-if.c41 dev->ishtp_dma_num_slots = dev->ishtp_host_dma_tx_buf_size / in ishtp_cl_alloc_dma_buf()
44 dev->ishtp_dma_tx_map = kcalloc(dev->ishtp_dma_num_slots, in ishtp_cl_alloc_dma_buf()
113 for (i = 0; i <= (dev->ishtp_dma_num_slots - required_slots); i++) { in ishtp_cl_get_dma_send_buf()
166 if ((i + j) >= dev->ishtp_dma_num_slots || in ishtp_cl_release_dma_acked_mem()
H A Dishtp-dev.h195 int ishtp_dma_num_slots; member