Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/irda/
Dtoshoboe.c51 #define TX_BUF_SZ 4196 macro
311 len = async_wrap_skb (skb, self->xmit_bufs[self->txs], TX_BUF_SZ); in toshoboe_hard_xmit()
804 self->xmit_bufs[i] = kmalloc (TX_BUF_SZ, GFP_KERNEL | GFP_DMA); in toshoboe_probe()
811 self->recv_bufs[i] = kmalloc (TX_BUF_SZ, GFP_KERNEL | GFP_DMA); in toshoboe_probe()
Ddonauboe.c111 #define TX_BUF_SZ (TX_LEN+BUF_SAFETY) macro
1163 len = async_wrap_skb (skb, self->tx_bufs[self->txs], TX_BUF_SZ); in toshoboe_hard_xmit()
1701 self->tx_bufs[i] = kmalloc (TX_BUF_SZ, GFP_KERNEL); in toshoboe_open()