Searched refs:tx_buf_clear (Results 1 – 2 of 2) sorted by relevance
/drivers/net/irda/ |
D | ks959-sir.c | 180 __u8 *tx_buf_clear; member 304 padlen = obfuscate_tx_buffer(kingsun->tx_buf_clear, wraplen, in ks959_submit_tx_fragment() 350 memmove(kingsun->tx_buf_clear, in ks959_send_irq() 351 kingsun->tx_buf_clear + in ks959_send_irq() 408 async_wrap_skb(skb, kingsun->tx_buf_clear, KINGSUN_SND_FIFO_SIZE); in ks959_hard_xmit() 703 kingsun->tx_buf_clear = NULL; in ks959_probe() 740 kingsun->tx_buf_clear = kmalloc(KINGSUN_SND_FIFO_SIZE, GFP_KERNEL); in ks959_probe() 741 if (!kingsun->tx_buf_clear) in ks959_probe() 815 kfree(kingsun->tx_buf_clear); in ks959_probe() 855 kfree(kingsun->tx_buf_clear); in ks959_disconnect()
|
D | ksdazzle-sir.c | 145 __u8 *tx_buf_clear; member 225 memcpy(kingsun->tx_payload + 1, kingsun->tx_buf_clear, wraplen); in ksdazzle_submit_tx_fragment() 263 memmove(kingsun->tx_buf_clear, in ksdazzle_send_irq() 264 kingsun->tx_buf_clear + in ksdazzle_send_irq() 322 async_wrap_skb(skb, kingsun->tx_buf_clear, KINGSUN_SND_FIFO_SIZE); in ksdazzle_hard_xmit() 644 kingsun->tx_buf_clear = NULL; in ksdazzle_probe() 666 kingsun->tx_buf_clear = kmalloc(KINGSUN_SND_FIFO_SIZE, GFP_KERNEL); in ksdazzle_probe() 667 if (!kingsun->tx_buf_clear) in ksdazzle_probe() 724 kfree(kingsun->tx_buf_clear); in ksdazzle_probe() 757 kfree(kingsun->tx_buf_clear); in ksdazzle_disconnect()
|