tag | line | file | source code |
tx_last | 130 | drivers/net/eepro.c | int tx_last; /* pointer to last packet in the transmit chain */ |
tx_last | 637 | drivers/net/eepro.c | lp->tx_last = 0; |
tx_last | 679 | drivers/net/eepro.c | lp->tx_last = 0; |
tx_last | 793 | drivers/net/eepro.c | lp->tx_last = 0; |
tx_last | 908 | drivers/net/eepro.c | outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG); |
tx_last | 910 | drivers/net/eepro.c | outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG); |
tx_last | 1051 | drivers/net/eepro.c | outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG); |
tx_last | 1054 | drivers/net/eepro.c | outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG); |
tx_last | 1072 | drivers/net/eepro.c | lp->tx_last = last; |