Searched refs:tx_load_dma_buffer (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | synclinkmp.c | 635 static void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count); 1071 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write() 1076 tx_load_dma_buffer(info, buf, count); in write() 1115 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write() 1311 tx_load_dma_buffer(info, in flush_chars() 1823 tx_load_dma_buffer(info, skb->data, skb->len); in sppp_cb_tx() 5032 void tx_load_dma_buffer(SLMP_INFO *info, const char *buf, unsigned int count) in tx_load_dma_buffer() function 5294 tx_load_dma_buffer(info,buf,count); in loopback_test()
|