taglinefilesource code
tx_bounce_buffs199drivers/net/lance.cchar (*tx_bounce_buffs)[PKT_BUF_SZ];
tx_bounce_buffs279drivers/net/lance.clp->tx_bounce_buffs = (char (*)[PKT_BUF_SZ])
tx_bounce_buffs560drivers/net/lance.cmemcpy(&lp->tx_bounce_buffs[entry], skb+1, skb->len);
tx_bounce_buffs562drivers/net/lance.c(int)(lp->tx_bounce_buffs + entry) | 0x83000000;
tx_bounce_buffs651drivers/net/lance.cif (databuff >= (void*)(&lp->tx_bounce_buffs[TX_RING_SIZE])
tx_bounce_buffs652drivers/net/lance.c|| databuff < (void*)(lp->tx_bounce_buffs)) {