Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c3726 int s = q->last_used - q->first_empty; in ipw_tx_queue_space()
3767 q->first_empty = q->last_used = 0; in ipw_queue_init()
3862 for (; q->first_empty != q->last_used; in ipw_queue_tx_free()
5042 used = q->first_empty - q->last_used; in ipw_queue_tx_reclaim()
5061 tfd = &txq->bd[q->first_empty]; in ipw_queue_tx_hcmd()
5062 txq->txb[q->first_empty] = NULL; in ipw_queue_tx_hcmd()
5071 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd); in ipw_queue_tx_hcmd()
5072 ipw_write32(priv, q->reg_w, q->first_empty); in ipw_queue_tx_hcmd()
10148 tfd = &txq->bd[q->first_empty]; in ipw_tx_skb()
10149 txq->txb[q->first_empty] = txb; in ipw_tx_skb()
[all …]
Dipw2200.h382 int first_empty; /**< 1-st empty entry (index) */ member