tag | line | file | source code |
tx1 | 115 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx1 | 194 | drivers/net/8390.c | if (ei_local->tx1 == 0) { |
tx1 | 196 | drivers/net/8390.c | ei_local->tx1 = send_length; |
tx1 | 204 | drivers/net/8390.c | if (ei_debug && ei_local->tx1 > 0) |
tx1 | 206 | drivers/net/8390.c | dev->name, ei_local->tx1, ei_local->lasttx, |
tx1 | 226 | drivers/net/8390.c | ei_local->tx1 = -1, ei_local->lasttx = -1; |
tx1 | 232 | drivers/net/8390.c | if (ei_local->tx1 && ei_local->tx2) |
tx1 | 342 | drivers/net/8390.c | if (ei_local->tx1 < 0) { |
tx1 | 345 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx1); |
tx1 | 346 | drivers/net/8390.c | ei_local->tx1 = 0; |
tx1 | 362 | drivers/net/8390.c | if (ei_local->tx1 > 0) { |
tx1 | 363 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); |
tx1 | 366 | drivers/net/8390.c | ei_local->tx1 = -1; |
tx1 | 692 | 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. */ |