tag | line | file | source code |
tx2 | 207 | drivers/net/8390.c | if (ei_debug && ei_local->tx2 > 0) |
tx2 | 209 | drivers/net/8390.c | dev->name, ei_local->tx2, ei_local->lasttx, |
tx2 | 211 | drivers/net/8390.c | } else if (ei_local->tx2 == 0) { |
tx2 | 213 | drivers/net/8390.c | ei_local->tx2 = send_length; |
tx2 | 222 | drivers/net/8390.c | ei_local->tx2, ei_local->lasttx); |
tx2 | 236 | drivers/net/8390.c | ei_local->tx2 = -1, ei_local->lasttx = -2; |
tx2 | 240 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx2 | 361 | drivers/net/8390.c | if (ei_local->tx2 > 0) { |
tx2 | 363 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); |
tx2 | 365 | drivers/net/8390.c | ei_local->tx2 = -1, |
tx2 | 369 | drivers/net/8390.c | } else if (ei_local->tx2 < 0) { |
tx2 | 372 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx2); |
tx2 | 373 | drivers/net/8390.c | ei_local->tx2 = 0; |
tx2 | 644 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 671 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 64 | drivers/net/8390.h | short tx1, tx2; /* Packet lengths for ping-pong tx. */ |