Lines Matching refs:txq
117 #define IDPF_DESC_UNUSED(txq) \ argument
118 ((((txq)->next_to_clean > (txq)->next_to_use) ? 0 : (txq)->desc_count) + \
119 (txq)->next_to_clean - (txq)->next_to_use - 1)
125 #define IDPF_TX_COMPLQ_PENDING(txq) \ argument
126 (((txq)->num_completions_pending >= (txq)->complq->num_completions ? \
128 (txq)->num_completions_pending - (txq)->complq->num_completions)
1022 unsigned int idpf_tx_res_count_required(struct idpf_tx_queue *txq,