Lines Matching refs:elem
1924 int elem; in happy_meal_tx() local
1926 elem = hp->tx_old; in happy_meal_tx()
1928 while (elem != hp->tx_new) { in happy_meal_tx()
1933 TXD(("[%d]", elem)); in happy_meal_tx()
1934 this = &txbase[elem]; in happy_meal_tx()
1938 skb = hp->tx_skbs[elem]; in happy_meal_tx()
1942 last = elem + skb_shinfo(skb)->nr_frags; in happy_meal_tx()
1948 hp->tx_skbs[elem] = NULL; in happy_meal_tx()
1961 elem = NEXT_TX(elem); in happy_meal_tx()
1962 this = &txbase[elem]; in happy_meal_tx()
1968 hp->tx_old = elem; in happy_meal_tx()
1995 int elem = hp->rx_new, drops = 0; in happy_meal_rx() local
1999 this = &rxbase[elem]; in happy_meal_rx()
2006 RXD(("[%d ", elem)); in happy_meal_rx()
2027 skb = hp->rx_skbs[elem]; in happy_meal_rx()
2049 hp->rx_skbs[elem] = new_skb; in happy_meal_rx()
2089 elem = NEXT_RX(elem); in happy_meal_rx()
2090 this = &rxbase[elem]; in happy_meal_rx()
2092 hp->rx_new = elem; in happy_meal_rx()