Searched refs:tx_bounce_buffs (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dlance.c247 char (*tx_bounce_buffs)[PKT_BUF_SZ]; member in struct:lance_private
366 kfree(lp->tx_bounce_buffs);
560 lp->tx_bounce_buffs = kmalloc(PKT_BUF_SZ*TX_RING_SIZE,
562 if (!lp->tx_bounce_buffs)
565 lp->tx_bounce_buffs = NULL;
740 kfree(lp->tx_bounce_buffs);
999 skb_copy_from_linear_data(skb, &lp->tx_bounce_buffs[entry], skb->len);
1001 ((u32)isa_virt_to_bus((lp->tx_bounce_buffs + entry)) & 0xffffff) | 0x83000000;

Completed in 40 milliseconds