Searched refs:tx_bounce_buffs (Results 1 – 1 of 1) sorted by relevance
224 char (*tx_bounce_buffs)[PKT_BUF_SZ]; member483 lp->tx_bounce_buffs = kmalloc(PKT_BUF_SZ*TX_RING_SIZE, in lance_probe1()485 if (!lp->tx_bounce_buffs) in lance_probe1()488 lp->tx_bounce_buffs = NULL; in lance_probe1()918 memcpy(&lp->tx_bounce_buffs[entry], skb->data, skb->len); in lance_start_xmit()920 ((u32)virt_to_bus((lp->tx_bounce_buffs + entry)) & 0xffffff) | 0x83000000; in lance_start_xmit()