Searched refs:tx_load (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/tty/ |
D | synclink_gt.c | 474 static bool tx_load(struct slgt_info *info, const char *buf, unsigned int count); 851 if (!tx_load(info, info->tx_buf, info->tx_count)) in write() 856 if (tx_load(info, buf, count)) in write() 972 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in flush_chars() 1022 if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count)) in tx_release() 1515 tx_load(info, skb->data, skb->len); in hdlcdev_xmit() 4893 static bool tx_load(struct slgt_info *info, const char *buf, unsigned int size) in tx_load() function 5079 tx_load(info, buf, count); in loopback_test()
|