Searched refs:nb_fake_tx_queues (Results 1 – 2 of 2) sorted by relevance
185 if (idx == (hw->fkq_data.nb_fake_tx_queues - 1)) { in hns3_fake_tx_queue_release()186 hw->fkq_data.nb_fake_tx_queues = 0; in hns3_fake_tx_queue_release()236 for (i = 0; i < fkq_data->nb_fake_tx_queues; i++) { in hns3_free_tx_queues()1107 for (i = 0; i < hw->fkq_data.nb_fake_tx_queues; i++) { in hns3_init_tx_queues()1457 uint16_t old_nb_queues = hw->fkq_data.nb_fake_tx_queues; in hns3_fake_tx_queue_config()1468 hw->fkq_data.nb_fake_tx_queues = 0; in hns3_fake_tx_queue_config()1494 hw->fkq_data.nb_fake_tx_queues = nb_queues; in hns3_fake_tx_queue_config()
185 uint16_t nb_fake_tx_queues; /* Number of fake TX queues. */ member