Lines Matching refs:tx_queue
2820 struct ipw2100_bd_queue *txq = &priv->tx_queue; in __ipw2100_tx_process()
3012 struct ipw2100_bd_queue *txq = &priv->tx_queue; in ipw2100_tx_send_commands()
3081 struct ipw2100_bd_queue *txq = &priv->tx_queue; in ipw2100_tx_send_data()
4431 err = bd_queue_allocate(priv, &priv->tx_queue, TX_QUEUE_LENGTH); in ipw2100_tx_allocate()
4442 bd_queue_free(priv, &priv->tx_queue); in ipw2100_tx_allocate()
4516 priv->tx_queue.oldest = 0; in ipw2100_tx_initialize()
4517 priv->tx_queue.available = priv->tx_queue.entries; in ipw2100_tx_initialize()
4518 priv->tx_queue.next = 0; in ipw2100_tx_initialize()
4520 SET_STAT(&priv->txq_stat, priv->tx_queue.available); in ipw2100_tx_initialize()
4522 bd_queue_initialize(priv, &priv->tx_queue, in ipw2100_tx_initialize()
4538 bd_queue_free(priv, &priv->tx_queue); in ipw2100_tx_free()