Searched refs:tx_qnum_per_tc (Results 1 – 2 of 2) sorted by relevance
650 uint16_t tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg() local653 tx_qnum_per_tc = nb_tx_q / hw->num_tc; in hns3_tc_queue_mapping_cfg()654 used_tx_queues = hw->num_tc * tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()663 hw->tx_qnum_per_tc = tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()668 tc_queue->tqp_offset = i * hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()669 tc_queue->tqp_count = hw->tx_qnum_per_tc; in hns3_tc_queue_mapping_cfg()
469 uint16_t tx_qnum_per_tc; /* TX queue number per TC */ member