Home
last modified time | relevance | path

Searched refs:used_rx_queues (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c608 uint16_t used_rx_queues; in hns3_set_rss_size() local
619 used_rx_queues = hw->num_tc * rx_qnum_per_tc; in hns3_set_rss_size()
620 if (used_rx_queues != nb_rx_q) { in hns3_set_rss_size()
627 hw->used_rx_queues = used_rx_queues; in hns3_set_rss_size()
1383 if (nb_rx_q != hw->used_rx_queues || nb_tx_q != hw->used_tx_queues) in hns3_dcb_cfg_validate()
H A Dhns3_ethdev_vf.c1926 for (q_id = 0; q_id < hw->used_rx_queues; q_id++) { in hns3vf_unmap_rx_interrupt()
2104 intr_vector = hw->used_rx_queues; in hns3vf_map_rx_interrupt()
2112 hw->used_rx_queues * sizeof(int), 0); in hns3vf_map_rx_interrupt()
2115 " intr_vec", hw->used_rx_queues); in hns3vf_map_rx_interrupt()
2126 for (q_id = 0; q_id < hw->used_rx_queues; q_id++) { in hns3vf_map_rx_interrupt()
2165 for (q_id = 0; q_id < hw->used_rx_queues; q_id++) { in hns3vf_restore_rx_interrupt()
H A Dhns3_flow.c268 if (queue->index >= hw->used_rx_queues) { in hns3_handle_action_queue()
271 queue->index, hw->used_rx_queues); in hns3_handle_action_queue()
301 conf->queue[0] >= hw->used_rx_queues || in hns3_handle_action_queue_region()
302 conf->queue[0] + conf->queue_num > hw->used_rx_queues) { in hns3_handle_action_queue_region()
H A Dhns3_ethdev.h462 uint16_t used_rx_queues; member
H A Dhns3_ethdev.c4779 intr_vector = hw->used_rx_queues; in hns3_map_rx_interrupt()
4787 hw->used_rx_queues * sizeof(int), 0); in hns3_map_rx_interrupt()
4790 " intr_vec", hw->used_rx_queues); in hns3_map_rx_interrupt()
4801 for (q_id = 0; q_id < hw->used_rx_queues; q_id++) { in hns3_map_rx_interrupt()
4840 for (q_id = 0; q_id < hw->used_rx_queues; q_id++) { in hns3_restore_rx_interrupt()
4978 for (q_id = 0; q_id < hw->used_rx_queues; q_id++) { in hns3_unmap_rx_interrupt()