Searched refs:used_tx_queues (Results 1 – 2 of 2) sorted by relevance
649 uint16_t used_tx_queues; in hns3_tc_queue_mapping_cfg() local654 used_tx_queues = hw->num_tc * tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()655 if (used_tx_queues != nb_tx_q) { in hns3_tc_queue_mapping_cfg()662 hw->used_tx_queues = used_tx_queues; in hns3_tc_queue_mapping_cfg()1383 if (nb_rx_q != hw->used_rx_queues || nb_tx_q != hw->used_tx_queues) in hns3_dcb_cfg_validate()
463 uint16_t used_tx_queues; member