tag | line | file | source code |
tx_new | 296 | drivers/net/de4x5.c | int tx_new, tx_old; /* TX descriptor ring pointers */ |
tx_new | 314 | drivers/net/de4x5.c | #define TX_BUFFS_AVAIL ((lp->tx_old<=lp->tx_new)?\ |
tx_new | 315 | drivers/net/de4x5.c | lp->tx_old+lp->txRingSize-lp->tx_new-1:\ |
tx_new | 316 | drivers/net/de4x5.c | lp->tx_old -lp->tx_new-1) |
tx_new | 738 | drivers/net/de4x5.c | lp->tx_new = lp->tx_old = 0; |
tx_new | 770 | drivers/net/de4x5.c | if (lp->tx_ring[lp->tx_new].status >= 0) j=1; |
tx_new | 781 | drivers/net/de4x5.c | lp->tx_new = (++lp->tx_new) % lp->txRingSize; |
tx_new | 782 | drivers/net/de4x5.c | lp->tx_old = lp->tx_new; |
tx_new | 868 | drivers/net/de4x5.c | lp->tx_new = (++lp->tx_new) % lp->txRingSize; /* Ensure a wrap */ |
tx_new | 1039 | drivers/net/de4x5.c | for (entry = lp->tx_old; entry != lp->tx_new; entry = lp->tx_old) { |
tx_new | 1121 | drivers/net/de4x5.c | lp->tx_ring[lp->tx_new].buf = buf; |
tx_new | 1122 | drivers/net/de4x5.c | lp->tx_ring[lp->tx_new].des1 &= TD_TER; |
tx_new | 1123 | drivers/net/de4x5.c | lp->tx_ring[lp->tx_new].des1 |= flags; |
tx_new | 1124 | drivers/net/de4x5.c | lp->skb[lp->tx_new] = skb; |
tx_new | 1125 | drivers/net/de4x5.c | lp->tx_ring[lp->tx_new].status = T_OWN; |
tx_new | 1155 | drivers/net/de4x5.c | lp->tx_new = (++lp->tx_new) % lp->txRingSize; |
tx_new | 1496 | drivers/net/de4x5.c | entry = lp->tx_new; /* Remember the ring position */ |
tx_new | 1504 | drivers/net/de4x5.c | lp->tx_new = (++lp->tx_new) % lp->txRingSize; |
tx_new | 1505 | drivers/net/de4x5.c | lp->tx_old = lp->tx_new; |
tx_new | 1530 | drivers/net/de4x5.c | entry = lp->tx_new; /* Remember the ring position */ |
tx_new | 1538 | drivers/net/de4x5.c | lp->tx_new = (++lp->tx_new) % lp->txRingSize; |
tx_new | 1539 | drivers/net/de4x5.c | lp->tx_old = lp->tx_new; |
tx_new | 1838 | drivers/net/de4x5.c | lp->tx_new = (++lp->tx_new) % lp->txRingSize; |