taglinefilesource code
tx_bounce_buffs228drivers/net/lance.cchar (*tx_bounce_buffs)[PKT_BUF_SZ];
tx_bounce_buffs458drivers/net/lance.clp->tx_bounce_buffs = NULL;
tx_bounce_buffs460drivers/net/lance.clp->tx_bounce_buffs = LANCE_KMALLOC(PKT_BUF_SZ*TX_RING_SIZE);
tx_bounce_buffs848drivers/net/lance.cmemcpy(&lp->tx_bounce_buffs[entry], skb->data, skb->len);
tx_bounce_buffs850drivers/net/lance.c((u32)virt_to_bus((lp->tx_bounce_buffs + entry)) & 0xffffff) | 0x83000000;