Home
last modified time | relevance | path

Searched refs:tx_skb_i (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/
Ds6gmac.c354 u8 tx_skb_i, tx_skb_o; member
409 while (((u8)(pd->tx_skb_i - pd->tx_skb_o)) > in s6gmac_tx_interrupt()
867 if (((u8)(pd->tx_skb_i - pd->tx_skb_o)) >= S6_NUM_TX_SKB) { in s6gmac_tx()
869 pd->tx_skb_o, pd->tx_skb_i); in s6gmac_tx()
872 pd->tx_skb[(pd->tx_skb_i++) % S6_NUM_TX_SKB] = skb; in s6gmac_tx()
923 while (pd->tx_skb_i != pd->tx_skb_o) in s6gmac_stop()