tag | line | file | source code |
tx1 | 185 | drivers/net/8390.c | if (ei_local->tx1 == 0) { |
tx1 | 187 | drivers/net/8390.c | ei_local->tx1 = send_length; |
tx1 | 195 | drivers/net/8390.c | if (ei_debug && ei_local->tx1 > 0) |
tx1 | 197 | drivers/net/8390.c | dev->name, ei_local->tx1, ei_local->lasttx, |
tx1 | 213 | drivers/net/8390.c | ei_local->tx1 = -1, ei_local->lasttx = -1; |
tx1 | 220 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx1 | 328 | drivers/net/8390.c | if (ei_local->tx1 < 0) { |
tx1 | 331 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx1); |
tx1 | 332 | drivers/net/8390.c | ei_local->tx1 = 0; |
tx1 | 348 | drivers/net/8390.c | if (ei_local->tx1 > 0) { |
tx1 | 349 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); |
tx1 | 352 | drivers/net/8390.c | ei_local->tx1 = -1; |
tx1 | 619 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx1 | 645 | 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. */ |