tag | line | file | source code |
tx1 | 204 | drivers/net/8390.c | if (ei_local->tx1 == 0) { |
tx1 | 206 | drivers/net/8390.c | ei_local->tx1 = send_length; |
tx1 | 214 | drivers/net/8390.c | if (ei_debug && ei_local->tx1 > 0) |
tx1 | 216 | drivers/net/8390.c | dev->name, ei_local->tx1, ei_local->lasttx, |
tx1 | 221 | drivers/net/8390.c | dev->name, dev->interrupt, ei_local->tx1, |
tx1 | 234 | drivers/net/8390.c | ei_local->tx1 = -1, ei_local->lasttx = -1; |
tx1 | 240 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx1 | 355 | drivers/net/8390.c | if (ei_local->tx1 < 0) { |
tx1 | 358 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx1); |
tx1 | 359 | drivers/net/8390.c | ei_local->tx1 = 0; |
tx1 | 375 | drivers/net/8390.c | if (ei_local->tx1 > 0) { |
tx1 | 377 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); |
tx1 | 379 | drivers/net/8390.c | ei_local->tx1 = -1; |
tx1 | 644 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx1 | 671 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx1 | 64 | drivers/net/8390.h | short tx1, tx2; /* Packet lengths for ping-pong tx. */ |