Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1783 int rel_tx_qid; in idpf_tx_clean_complq() local
1795 rel_tx_qid = le16_get_bits(tx_desc->qid_comptype_gen, in idpf_tx_clean_complq()
1797 if (rel_tx_qid >= complq->txq_grp->num_txq || in idpf_tx_clean_complq()
1798 !complq->txq_grp->txqs[rel_tx_qid]) { in idpf_tx_clean_complq()
1802 tx_q = complq->txq_grp->txqs[rel_tx_qid]; in idpf_tx_clean_complq()