tag | line | file | source code |
tx2 | 190 | drivers/net/8390.c | if (ei_debug && ei_local->tx2 > 0) |
tx2 | 192 | drivers/net/8390.c | dev->name, ei_local->tx2, ei_local->lasttx, |
tx2 | 194 | drivers/net/8390.c | } else if (ei_local->tx2 == 0) { |
tx2 | 196 | drivers/net/8390.c | ei_local->tx2 = send_length; |
tx2 | 217 | drivers/net/8390.c | ei_local->tx2 = -1, ei_local->lasttx = -2; |
tx2 | 222 | drivers/net/8390.c | dev->tbusy = (ei_local->tx1 && ei_local->tx2); |
tx2 | 340 | drivers/net/8390.c | if (ei_local->tx2 > 0) { |
tx2 | 341 | drivers/net/8390.c | NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); |
tx2 | 344 | drivers/net/8390.c | ei_local->tx2 = -1, |
tx2 | 348 | drivers/net/8390.c | } else if (ei_local->tx2 < 0) { |
tx2 | 351 | drivers/net/8390.c | ei_local->name, ei_local->lasttx, ei_local->tx2); |
tx2 | 352 | drivers/net/8390.c | ei_local->tx2 = 0; |
tx2 | 625 | drivers/net/8390.c | ei_local->tx1 = ei_local->tx2 = 0; |
tx2 | 651 | 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. */ |