taglinefilesource code
tx_bounce_buffs199drivers/net/lance.cchar (*tx_bounce_buffs)[PKT_BUF_SZ];
tx_bounce_buffs413drivers/net/lance.clp->tx_bounce_buffs = NULL;
tx_bounce_buffs415drivers/net/lance.clp->tx_bounce_buffs = kmalloc(PKT_BUF_SZ*TX_RING_SIZE, GFP_DMA | GFP_KERNEL);
tx_bounce_buffs801drivers/net/lance.cmemcpy(&lp->tx_bounce_buffs[entry], skb->data, skb->len);
tx_bounce_buffs803drivers/net/lance.c(int)(lp->tx_bounce_buffs + entry) | 0x83000000;