Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_virtchnl.h42 u16 num_complq, u16 num_rx_q, u16 num_rx_bufq);
Didpf_virtchnl.c1444 totqs = vport->num_txq + vport->num_complq; in idpf_send_config_tx_queues_msg()
1718 num_txq = vport->num_txq + vport->num_complq; in idpf_send_ena_dis_queues_msg()
1748 if (vport->num_complq != (k - vport->num_txq)) in idpf_send_ena_dis_queues_msg()
1775 if (vport->num_rxq != k - (vport->num_txq + vport->num_complq)) in idpf_send_ena_dis_queues_msg()
1795 vport->num_complq + in idpf_send_ena_dis_queues_msg()
1921 if (vport->num_rxq != k - vport->num_complq) in idpf_send_map_unmap_queue_vector_msg()
2112 u16 num_complq, u16 num_rx_q, u16 num_rx_bufq) in idpf_send_add_queues_msg() argument
2132 aq.num_tx_complq = cpu_to_le16(num_complq); in idpf_send_add_queues_msg()
2149 le16_to_cpu(vc_msg->num_tx_complq) != num_complq || in idpf_send_add_queues_msg()
3408 if (num_ids < vport->num_complq) { in idpf_vport_queue_ids_init()
[all …]
Didpf.h296 u16 num_complq; member
Didpf_txrx.c1153 vport->num_complq = le16_to_cpu(vport_msg->num_tx_complq); in idpf_vport_init_num_qs()
3941 u16 num_complq = q_vec->num_complq; in idpf_tx_splitq_clean_all() local
3945 if (unlikely(!num_complq)) in idpf_tx_splitq_clean_all()
3948 budget_per_q = DIV_ROUND_UP(budget, num_complq); in idpf_tx_splitq_clean_all()
3950 for (i = 0; i < num_complq; i++) in idpf_tx_splitq_clean_all()
4127 q->q_vector->complq[q->q_vector->num_complq++] = q; in idpf_vport_intr_map_vector_to_qs()
Didpf_txrx.h409 u16 num_complq; member
Didpf_lib.c1901 new_vport->num_complq, in idpf_initiate_soft_reset()
1927 idpf_send_add_queues_msg(vport, vport->num_txq, vport->num_complq, in idpf_initiate_soft_reset()