Searched refs:calc_queue_ctx (Results 1 – 1 of 1) sorted by relevance
4126 struct ena_calc_queue_size_ctx calc_queue_ctx = {}; in ena_probe() local4193 calc_queue_ctx.ena_dev = ena_dev; in ena_probe()4194 calc_queue_ctx.get_feat_ctx = &get_feat_ctx; in ena_probe()4195 calc_queue_ctx.pdev = pdev; in ena_probe()4204 rc = ena_calc_io_queue_size(&calc_queue_ctx); in ena_probe()4232 adapter->requested_tx_ring_size = calc_queue_ctx.tx_queue_size; in ena_probe()4233 adapter->requested_rx_ring_size = calc_queue_ctx.rx_queue_size; in ena_probe()4234 adapter->max_tx_ring_size = calc_queue_ctx.max_tx_queue_size; in ena_probe()4235 adapter->max_rx_ring_size = calc_queue_ctx.max_rx_queue_size; in ena_probe()4236 adapter->max_tx_sgl_size = calc_queue_ctx.max_tx_sgl_size; in ena_probe()[all …]