Searched refs:ishtp_host_dma_tx_buf (Results 1 – 4 of 4) sorted by relevance
37 if (dev->ishtp_host_dma_tx_buf) in ishtp_cl_alloc_dma_buf()44 dev->ishtp_host_dma_tx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf()47 if (dev->ishtp_host_dma_tx_buf) in ishtp_cl_alloc_dma_buf()79 if (dev->ishtp_host_dma_tx_buf) { in ishtp_cl_free_dma_buf()82 dev->ishtp_host_dma_tx_buf, h); in ishtp_cl_free_dma_buf()92 dev->ishtp_host_dma_tx_buf = NULL; in ishtp_cl_free_dma_buf()136 (unsigned char *)dev->ishtp_host_dma_tx_buf; in ishtp_cl_get_dma_send_buf()162 if ((msg_addr - dev->ishtp_host_dma_tx_buf) % DMA_SLOT_SIZE) { in ishtp_cl_release_dma_acked_mem()172 i = (msg_addr - dev->ishtp_host_dma_tx_buf) / DMA_SLOT_SIZE; in ishtp_cl_release_dma_acked_mem()
226 void *ishtp_host_dma_tx_buf; member
497 msg = (unsigned char *)dev->ishtp_host_dma_tx_buf + offs; in ishtp_hbm_dma_xfer_ack()751 !dev->ishtp_host_dma_tx_buf) { in ishtp_hbm_dispatch()
769 off = msg_addr - (unsigned char *)dev->ishtp_host_dma_tx_buf; in ishtp_cl_send_msg_dma()