Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dlance.c248 char (*tx_bounce_buffs)[PKT_BUF_SZ]; member
368 kfree(lp->tx_bounce_buffs); in cleanup_card()
564 lp->tx_bounce_buffs = kmalloc_array(TX_RING_SIZE, PKT_BUF_SZ, in lance_probe1()
566 if (!lp->tx_bounce_buffs) in lance_probe1()
569 lp->tx_bounce_buffs = NULL; in lance_probe1()
744 kfree(lp->tx_bounce_buffs); in lance_probe1()
1002 skb_copy_from_linear_data(skb, &lp->tx_bounce_buffs[entry], skb->len); in lance_start_xmit()
1004 ((u32)isa_virt_to_bus((lp->tx_bounce_buffs + entry)) & 0xffffff) | 0x83000000; in lance_start_xmit()