Searched refs:calc_queue_ctx (Results 1 – 1 of 1) sorted by relevance
3431 struct ena_calc_queue_size_ctx calc_queue_ctx = { 0 }; in ena_probe() local3495 calc_queue_ctx.ena_dev = ena_dev; in ena_probe()3496 calc_queue_ctx.get_feat_ctx = &get_feat_ctx; in ena_probe()3497 calc_queue_ctx.pdev = pdev; in ena_probe()3506 rc = ena_calc_queue_size(&calc_queue_ctx); in ena_probe()3514 calc_queue_ctx.rx_queue_size, in ena_probe()3515 calc_queue_ctx.tx_queue_size, in ena_probe()3541 adapter->requested_tx_ring_size = calc_queue_ctx.tx_queue_size; in ena_probe()3542 adapter->requested_rx_ring_size = calc_queue_ctx.rx_queue_size; in ena_probe()3543 adapter->max_tx_ring_size = calc_queue_ctx.max_tx_queue_size; in ena_probe()[all …]