Searched refs:tx_skb_i (Results 1 – 1 of 1) sorted by relevance
354 u8 tx_skb_i, tx_skb_o; member410 while (((u8)(pd->tx_skb_i - pd->tx_skb_o)) > in s6gmac_tx_interrupt()868 if (((u8)(pd->tx_skb_i - pd->tx_skb_o)) >= S6_NUM_TX_SKB) { in s6gmac_tx()870 pd->tx_skb_o, pd->tx_skb_i); in s6gmac_tx()873 pd->tx_skb[(pd->tx_skb_i++) % S6_NUM_TX_SKB] = skb; in s6gmac_tx()924 while (pd->tx_skb_i != pd->tx_skb_o) in s6gmac_stop()