Home
last modified time | relevance | path

Searched refs:xmit_bufs (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c250 self->taskfile->xmit[i].buffer = virt_to_bus (self->xmit_bufs[i]); in toshoboe_initbuffs()
311 len = async_wrap_skb (skb, self->xmit_bufs[self->txs], TX_BUF_SZ); in toshoboe_hard_xmit()
316 memcpy (self->xmit_bufs[self->txs], skb->data, len); in toshoboe_hard_xmit()
672 kfree (self->xmit_bufs[i]); in toshoboe_remove()
673 self->xmit_bufs[i] = NULL; in toshoboe_remove()
804 self->xmit_bufs[i] = kmalloc (TX_BUF_SZ, GFP_KERNEL | GFP_DMA); in toshoboe_probe()
805 if (self->xmit_bufs[i]) in toshoboe_probe()
862 if (self->xmit_bufs[i]) in toshoboe_probe()
863 kfree (self->xmit_bufs[i]); in toshoboe_probe()
/linux-2.4.37.9/include/net/irda/
Dtoshoboe.h158 void *xmit_bufs[TX_SLOTS]; /*The buffers */ member