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_txrx.c1537 rsrc->complq_desc_count = 0; in idpf_vport_calc_num_q_desc()
1541 rsrc->complq_desc_count = num_req_txq_desc; in idpf_vport_calc_num_q_desc()
1542 if (rsrc->complq_desc_count < IDPF_MIN_TXQ_COMPLQ_DESC) in idpf_vport_calc_num_q_desc()
1543 rsrc->complq_desc_count = in idpf_vport_calc_num_q_desc()
1549 rsrc->complq_desc_count = in idpf_vport_calc_num_q_desc()
1776 tx_qgrp->complq->desc_count = rsrc->complq_desc_count; in idpf_txq_group_alloc()
H A Didpf.h334 u32 complq_desc_count; member