Searched refs:num_complq (Results 1 – 6 of 6) sorted by relevance
132 u16 num_complq, u16 num_rx_q, u16 num_rx_bufq);
1580 totqs = vport->num_txq + vport->num_complq; in idpf_send_config_tx_queues_msg()1854 num_txq = vport->num_txq + vport->num_complq; in idpf_send_ena_dis_queues_msg()1884 if (vport->num_complq != (k - vport->num_txq)) in idpf_send_ena_dis_queues_msg()1911 if (vport->num_rxq != k - (vport->num_txq + vport->num_complq)) in idpf_send_ena_dis_queues_msg()1931 vport->num_complq + in idpf_send_ena_dis_queues_msg()2057 if (vport->num_rxq != k - vport->num_complq) in idpf_send_map_unmap_queue_vector_msg()2248 u16 num_complq, u16 num_rx_q, u16 num_rx_bufq) in idpf_send_add_queues_msg() argument2268 aq.num_tx_complq = cpu_to_le16(num_complq); in idpf_send_add_queues_msg()2285 le16_to_cpu(vc_msg->num_tx_complq) != num_complq || in idpf_send_add_queues_msg()3597 if (num_ids < vport->num_complq) { in idpf_vport_queue_ids_init()[all …]
1162 vport->num_complq = le16_to_cpu(vport_msg->num_tx_complq); in idpf_vport_init_num_qs()4095 u16 num_complq = q_vec->num_complq; in idpf_tx_splitq_clean_all() local4099 if (unlikely(!num_complq)) in idpf_tx_splitq_clean_all()4102 budget_per_q = DIV_ROUND_UP(budget, num_complq); in idpf_tx_splitq_clean_all()4104 for (i = 0; i < num_complq; i++) in idpf_tx_splitq_clean_all()4281 q->q_vector->complq[q->q_vector->num_complq++] = q; in idpf_vport_intr_map_vector_to_qs()
328 u16 num_complq; member
398 u16 num_complq; member
1975 new_vport->num_complq, in idpf_initiate_soft_reset()1999 idpf_send_add_queues_msg(vport, vport->num_txq, vport->num_complq, in idpf_initiate_soft_reset()
Completed in 26 milliseconds