Searched refs:tx_load_dma_buffer (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dsynclinkmp.c588 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count);
942 tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
946 tx_load_dma_buffer(info, buf, count);
976 tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
1175 tx_load_dma_buffer(info,
1612 tx_load_dma_buffer(info, skb->data, skb->len);
5010 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count) function
5271 tx_load_dma_buffer(info,buf,count);

Completed in 214 milliseconds