Lines Matching refs:first_empty
3737 int s = q->last_used - q->first_empty; in ipw_tx_queue_space()
3778 q->first_empty = q->last_used = 0; in ipw_queue_init()
3873 for (; q->first_empty != q->last_used; in ipw_queue_tx_free()
5053 used = q->first_empty - q->last_used; in ipw_queue_tx_reclaim()
5072 tfd = &txq->bd[q->first_empty]; in ipw_queue_tx_hcmd()
5073 txq->txb[q->first_empty] = NULL; in ipw_queue_tx_hcmd()
5082 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd); in ipw_queue_tx_hcmd()
5083 ipw_write32(priv, q->reg_w, q->first_empty); in ipw_queue_tx_hcmd()
10160 tfd = &txq->bd[q->first_empty]; in ipw_tx_skb()
10161 txq->txb[q->first_empty] = txb; in ipw_tx_skb()
10296 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd); in ipw_tx_skb()
10297 ipw_write32(priv, q->reg_w, q->first_empty); in ipw_tx_skb()