tag | line | file | source code |
---|---|---|---|
tx_bounce_buffs | 220 | drivers/net/lance.c | char (*tx_bounce_buffs)[PKT_BUF_SZ]; |
tx_bounce_buffs | 434 | drivers/net/lance.c | lp->tx_bounce_buffs = NULL; |
tx_bounce_buffs | 436 | drivers/net/lance.c | lp->tx_bounce_buffs = LANCE_KMALLOC(PKT_BUF_SZ*TX_RING_SIZE); |
tx_bounce_buffs | 822 | drivers/net/lance.c | memcpy(&lp->tx_bounce_buffs[entry], skb->data, skb->len); |
tx_bounce_buffs | 824 | drivers/net/lance.c | (int)(lp->tx_bounce_buffs + entry) | 0x83000000; |