taglinefilesource code
tx_bounce_buffs220drivers/net/lance.cchar (*tx_bounce_buffs)[PKT_BUF_SZ];
tx_bounce_buffs434drivers/net/lance.clp->tx_bounce_buffs = NULL;
tx_bounce_buffs436drivers/net/lance.clp->tx_bounce_buffs = LANCE_KMALLOC(PKT_BUF_SZ*TX_RING_SIZE);
tx_bounce_buffs822drivers/net/lance.cmemcpy(&lp->tx_bounce_buffs[entry], skb->data, skb->len);
tx_bounce_buffs824drivers/net/lance.c(int)(lp->tx_bounce_buffs + entry) | 0x83000000;