Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.h42 u16 num_complq, u16 num_rx_q, u16 num_rx_bufq);
H A Didpf_virtchnl.c1448 totqs = vport->num_txq + vport->num_complq; in idpf_send_config_tx_queues_msg()
1722 num_txq = vport->num_txq + vport->num_complq; in idpf_send_ena_dis_queues_msg()
1752 if (vport->num_complq != (k - vport->num_txq)) in idpf_send_ena_dis_queues_msg()
1779 if (vport->num_rxq != k - (vport->num_txq + vport->num_complq)) in idpf_send_ena_dis_queues_msg()
1799 vport->num_complq + in idpf_send_ena_dis_queues_msg()
1925 if (vport->num_rxq != k - vport->num_complq) in idpf_send_map_unmap_queue_vector_msg()
2116 u16 num_complq, u16 num_rx_q, u16 num_rx_bufq) in idpf_send_add_queues_msg() argument
2136 aq.num_tx_complq = cpu_to_le16(num_complq); in idpf_send_add_queues_msg()
2153 le16_to_cpu(vc_msg->num_tx_complq) != num_complq || in idpf_send_add_queues_msg()
3416 if (num_ids < vport->num_complq) { in idpf_vport_queue_ids_init()
[all …]
H A 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()
H A Didpf.h295 u16 num_complq; member
H A Didpf_txrx.h409 u16 num_complq; member
H A Didpf_lib.c1900 new_vport->num_complq, in idpf_initiate_soft_reset()
1926 idpf_send_add_queues_msg(vport, vport->num_txq, vport->num_complq, in idpf_initiate_soft_reset()