Searched refs:calc_queue_ctx (Results 1 – 1 of 1) sorted by relevance
4128 struct ena_calc_queue_size_ctx calc_queue_ctx = {}; in ena_probe() local4195 calc_queue_ctx.ena_dev = ena_dev; in ena_probe()4196 calc_queue_ctx.get_feat_ctx = &get_feat_ctx; in ena_probe()4197 calc_queue_ctx.pdev = pdev; in ena_probe()4206 rc = ena_calc_io_queue_size(&calc_queue_ctx); in ena_probe()4234 adapter->requested_tx_ring_size = calc_queue_ctx.tx_queue_size; in ena_probe()4235 adapter->requested_rx_ring_size = calc_queue_ctx.rx_queue_size; in ena_probe()4236 adapter->max_tx_ring_size = calc_queue_ctx.max_tx_queue_size; in ena_probe()4237 adapter->max_rx_ring_size = calc_queue_ctx.max_rx_queue_size; in ena_probe()4238 adapter->max_tx_sgl_size = calc_queue_ctx.max_tx_sgl_size; in ena_probe()[all …]