tag | line | file | source code |
tx1 | 187 | drivers/net/8390.c | if (ei_local->tx1 == 0) { |
tx1 | 189 | drivers/net/8390.c | ei_local->tx1 = send_length; |
tx1 | 197 | drivers/net/8390.c | if (ei_debug && ei_local->tx1 > 0) |
tx1 | 199 | drivers/net/8390.c | dev->name, ei_local->tx1, ei_local->lasttx, |
tx1 | 215 | drivers/net/8390.c | ei_local->tx1 = -1, ei_local->lasttx = -1; |
tx1 | 222 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx1 | 334 | drivers/net/8390.c | if (ei_local->tx1 < 0) { |
tx1 | 337 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx1); |
tx1 | 338 | drivers/net/8390.c | ei_local->tx1 = 0; |
tx1 | 354 | drivers/net/8390.c | if (ei_local->tx1 > 0) { |
tx1 | 355 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); |
tx1 | 358 | drivers/net/8390.c | ei_local->tx1 = -1; |
tx1 | 625 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx1 | 651 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx1 | 55 | drivers/net/8390.h | short tx1, tx2; /* Packet lengths for ping-pong tx. */ |