Searched refs:fkq_data (Results 1 – 2 of 2) sorted by relevance
152 if (hw->fkq_data.rx_queues[idx]) { in hns3_fake_rx_queue_release()161 hw->fkq_data.rx_queues = NULL; in hns3_fake_rx_queue_release()188 hw->fkq_data.tx_queues = NULL; in hns3_fake_tx_queue_release()210 fkq_data = &hw->fkq_data; in hns3_free_rx_queues()212 if (fkq_data->rx_queues[i]) in hns3_free_rx_queues()235 fkq_data = &hw->fkq_data; in hns3_free_tx_queues()237 if (fkq_data->tx_queues[i]) in hns3_free_tx_queues()1426 rxq = hw->fkq_data.rx_queues; in hns3_fake_rx_queue_config()1439 hw->fkq_data.rx_queues = rxq; in hns3_fake_rx_queue_config()1441 rxq = hw->fkq_data.rx_queues; in hns3_fake_rx_queue_config()[all …]
467 struct hns3_fake_queue_data fkq_data; /* fake queue data */ member