tag | line | file | source code |
tx_last | 128 | drivers/net/eepro.c | int tx_last; /* pointer to last packet in the transmit chain */ |
tx_last | 586 | drivers/net/eepro.c | lp->tx_last = 0; |
tx_last | 630 | drivers/net/eepro.c | lp->tx_last = 0; |
tx_last | 744 | drivers/net/eepro.c | lp->tx_last = 0; |
tx_last | 852 | drivers/net/eepro.c | outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG); |
tx_last | 854 | drivers/net/eepro.c | outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG); |
tx_last | 985 | drivers/net/eepro.c | outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG); |
tx_last | 988 | drivers/net/eepro.c | outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG); |
tx_last | 1006 | drivers/net/eepro.c | lp->tx_last = last; |