Searched refs:TX_BUF_SZ (Results 1 – 2 of 2) sorted by relevance
51 #define TX_BUF_SZ 4196 macro311 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()
111 #define TX_BUF_SZ (TX_LEN+BUF_SAFETY) macro1163 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()