Searched refs:NUM_TX_DESC (Results 1 – 1 of 1) sorted by relevance
62 #define NUM_TX_DESC 4 macro69 #define TX_BUF_TOT_LEN (TX_BUF_SIZE * NUM_TX_DESC)658 entry = priv->tx_tail % NUM_TX_DESC; in _sc92031_tx_tasklet()953 BUG_ON(priv->tx_head - priv->tx_tail >= NUM_TX_DESC); in sc92031_start_xmit()955 entry = priv->tx_head++ % NUM_TX_DESC; in sc92031_start_xmit()979 if (priv->tx_head - priv->tx_tail >= NUM_TX_DESC) in sc92031_start_xmit()