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

/linux-4.1.27/drivers/net/ethernet/amd/
H A Dlance.c247 char (*tx_bounce_buffs)[PKT_BUF_SZ]; member in struct:lance_private
366 kfree(lp->tx_bounce_buffs); cleanup_card()
560 lp->tx_bounce_buffs = kmalloc(PKT_BUF_SZ*TX_RING_SIZE, lance_probe1()
562 if (!lp->tx_bounce_buffs) lance_probe1()
565 lp->tx_bounce_buffs = NULL; lance_probe1()
740 kfree(lp->tx_bounce_buffs); lance_probe1()
998 skb_copy_from_linear_data(skb, &lp->tx_bounce_buffs[entry], skb->len); lance_start_xmit()
1000 ((u32)isa_virt_to_bus((lp->tx_bounce_buffs + entry)) & 0xffffff) | 0x83000000; lance_start_xmit()

Completed in 76 milliseconds