Searched refs:qcfg (Results 1 – 6 of 6) sorted by relevance
302 rx = kvcalloc(cfg->qcfg->max_queues, sizeof(struct gve_rx_ring), in gve_rx_alloc_rings_dqo()307 for (i = 0; i < cfg->qcfg->num_queues; i++) { in gve_rx_alloc_rings_dqo()336 for (i = 0; i < cfg->qcfg->num_queues; i++) in gve_rx_free_rings_dqo()
935 cfg->qcfg = &priv->tx_cfg; in gve_tx_get_curr_alloc_cfg()1288 cfg->qcfg = &priv->rx_cfg; in gve_rx_get_curr_alloc_cfg()1368 priv->tx_cfg = *tx_alloc_cfg->qcfg; in gve_queues_start()1369 priv->rx_cfg = *rx_alloc_cfg->qcfg; in gve_queues_start()1379 gve_rx_start_rings(priv, rx_alloc_cfg->qcfg->num_queues); in gve_queues_start()1847 tx_alloc_cfg.qcfg = &new_tx_config; in gve_adjust_queues()1849 rx_alloc_cfg.qcfg = &new_rx_config; in gve_adjust_queues()
388 rx = kvcalloc(cfg->qcfg->max_queues, sizeof(struct gve_rx_ring), in gve_rx_alloc_rings_gqi()393 for (i = 0; i < cfg->qcfg->num_queues; i++) { in gve_rx_alloc_rings_gqi()422 for (i = 0; i < cfg->qcfg->num_queues; i++) in gve_rx_free_rings_gqi()
654 struct gve_queue_config *qcfg; member668 struct gve_queue_config *qcfg; member
340 if (cfg->start_idx + cfg->num_rings > cfg->qcfg->max_queues) { in gve_tx_alloc_rings_gqi()347 tx = kvcalloc(cfg->qcfg->max_queues, sizeof(struct gve_tx_ring), in gve_tx_alloc_rings_gqi()
1264 #define BNA_GET_RXQS(qcfg) (((qcfg)->rxp_type == BNA_RXP_SINGLE) ? \ argument1265 (qcfg)->num_paths : ((qcfg)->num_paths * 2))