tag | line | file | source code |
tx1 | 197 | drivers/net/8390.c | if (ei_local->tx1 == 0) { |
tx1 | 199 | drivers/net/8390.c | ei_local->tx1 = send_length; |
tx1 | 207 | drivers/net/8390.c | if (ei_debug && ei_local->tx1 > 0) |
tx1 | 209 | drivers/net/8390.c | dev->name, ei_local->tx1, ei_local->lasttx, |
tx1 | 214 | drivers/net/8390.c | dev->name, dev->interrupt, ei_local->tx1, |
tx1 | 227 | drivers/net/8390.c | ei_local->tx1 = -1, ei_local->lasttx = -1; |
tx1 | 233 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx1 | 348 | drivers/net/8390.c | if (ei_local->tx1 < 0) { |
tx1 | 351 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx1); |
tx1 | 352 | drivers/net/8390.c | ei_local->tx1 = 0; |
tx1 | 368 | drivers/net/8390.c | if (ei_local->tx1 > 0) { |
tx1 | 370 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); |
tx1 | 372 | 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 | 54 | drivers/net/8390.h | short tx1, tx2; /* Packet lengths for ping-pong tx. */ |