Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/
Ds6gmac.c354 u8 tx_skb_i, tx_skb_o; member
410 while (((u8)(pd->tx_skb_i - pd->tx_skb_o)) > in s6gmac_tx_interrupt()
412 dev_kfree_skb_irq(pd->tx_skb[(pd->tx_skb_o++) % S6_NUM_TX_SKB]); 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()
924 while (pd->tx_skb_i != pd->tx_skb_o) in s6gmac_stop()
925 dev_kfree_skb(pd->tx_skb[(pd->tx_skb_o++) % S6_NUM_TX_SKB]); in s6gmac_stop()