Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_txrx.c1988 int rel_tx_qid; in idpf_tx_clean_complq() local
2000 rel_tx_qid = le16_get_bits(tx_desc->qid_comptype_gen, in idpf_tx_clean_complq()
2002 if (rel_tx_qid >= complq->txq_grp->num_txq || in idpf_tx_clean_complq()
2003 !complq->txq_grp->txqs[rel_tx_qid]) { in idpf_tx_clean_complq()
2007 tx_q = complq->txq_grp->txqs[rel_tx_qid]; in idpf_tx_clean_complq()