Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h298 u32 complq_desc_count; member
H A Didpf_txrx.c1183 vport->complq_desc_count = 0; in idpf_vport_calc_num_q_desc()
1187 vport->complq_desc_count = num_req_txq_desc; in idpf_vport_calc_num_q_desc()
1188 if (vport->complq_desc_count < IDPF_MIN_TXQ_COMPLQ_DESC) in idpf_vport_calc_num_q_desc()
1189 vport->complq_desc_count = in idpf_vport_calc_num_q_desc()
1195 vport->complq_desc_count = in idpf_vport_calc_num_q_desc()
1419 tx_qgrp->complq->desc_count = vport->complq_desc_count; in idpf_txq_group_alloc()