tag | line | file | source code |
tx2 | 116 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 198 | drivers/net/8390.c | if (ei_debug && ei_local->tx2 > 0) |
tx2 | 200 | drivers/net/8390.c | dev->name, ei_local->tx2, ei_local->lasttx, |
tx2 | 202 | drivers/net/8390.c | } else if (ei_local->tx2 == 0) { |
tx2 | 204 | drivers/net/8390.c | ei_local->tx2 = send_length; |
tx2 | 229 | drivers/net/8390.c | ei_local->tx2 = -1, ei_local->lasttx = -2; |
tx2 | 233 | drivers/net/8390.c | if (ei_local->tx1 && ei_local->tx2) |
tx2 | 349 | drivers/net/8390.c | if (ei_local->tx2 > 0) { |
tx2 | 350 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); |
tx2 | 353 | drivers/net/8390.c | ei_local->tx2 = -1, |
tx2 | 357 | drivers/net/8390.c | } else if (ei_local->tx2 < 0) { |
tx2 | 360 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx2); |
tx2 | 361 | drivers/net/8390.c | ei_local->tx2 = 0; |
tx2 | 693 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 55 | drivers/net/8390.h | short tx1, tx2; /* Packet lengths for ping-pong tx. */ |