tag | line | file | source code |
tx2 | 115 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 197 | drivers/net/8390.c | if (ei_debug && ei_local->tx2 > 0) |
tx2 | 199 | drivers/net/8390.c | dev->name, ei_local->tx2, ei_local->lasttx, |
tx2 | 201 | drivers/net/8390.c | } else if (ei_local->tx2 == 0) { |
tx2 | 203 | drivers/net/8390.c | ei_local->tx2 = send_length; |
tx2 | 228 | drivers/net/8390.c | ei_local->tx2 = -1, ei_local->lasttx = -2; |
tx2 | 232 | drivers/net/8390.c | if (ei_local->tx1 && ei_local->tx2) |
tx2 | 348 | drivers/net/8390.c | if (ei_local->tx2 > 0) { |
tx2 | 349 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); |
tx2 | 352 | drivers/net/8390.c | ei_local->tx2 = -1, |
tx2 | 356 | drivers/net/8390.c | } else if (ei_local->tx2 < 0) { |
tx2 | 359 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx2); |
tx2 | 360 | drivers/net/8390.c | ei_local->tx2 = 0; |
tx2 | 692 | 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. */ |