tag | line | file | source code |
tx2 | 189 | drivers/net/8390.c | if (ei_debug && ei_local->tx2 > 0) |
tx2 | 191 | drivers/net/8390.c | dev->name, ei_local->tx2, ei_local->lasttx, |
tx2 | 193 | drivers/net/8390.c | } else if (ei_local->tx2 == 0) { |
tx2 | 195 | drivers/net/8390.c | ei_local->tx2 = send_length; |
tx2 | 216 | drivers/net/8390.c | ei_local->tx2 = -1, ei_local->lasttx = -2; |
tx2 | 221 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx2 | 331 | drivers/net/8390.c | if (ei_local->tx2 > 0) { |
tx2 | 332 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); |
tx2 | 335 | drivers/net/8390.c | ei_local->tx2 = -1, |
tx2 | 339 | drivers/net/8390.c | } else if (ei_local->tx2 < 0) { |
tx2 | 342 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx2); |
tx2 | 343 | drivers/net/8390.c | ei_local->tx2 = 0; |
tx2 | 616 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 642 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 55 | drivers/net/8390.h | short tx1, tx2; /* Packet lengths for ping-pong tx. */ |