tag | line | file | source code |
tx_bounce_buffs | 193 | drivers/net/lance.c | char (*tx_bounce_buffs)[PKT_BUF_SZ]; |
tx_bounce_buffs | 274 | drivers/net/lance.c | lp->tx_bounce_buffs = (char (*)[PKT_BUF_SZ]) |
tx_bounce_buffs | 555 | drivers/net/lance.c | memcpy(&lp->tx_bounce_buffs[entry], skb->data, skb->len); |
tx_bounce_buffs | 557 | drivers/net/lance.c | (int)(lp->tx_bounce_buffs + entry) | 0x83000000; |
tx_bounce_buffs | 644 | drivers/net/lance.c | if (databuff >= (void*)(&lp->tx_bounce_buffs[TX_RING_SIZE]) |
tx_bounce_buffs | 645 | drivers/net/lance.c | || databuff < (void*)(lp->tx_bounce_buffs)) { |