Lines Matching refs:max_queues
2374 if ((get_feat_ctx->max_queues.max_cq_num < adapter->num_queues) || in ena_device_validate_params()
2375 (get_feat_ctx->max_queues.max_sq_num < adapter->num_queues)) { in ena_device_validate_params()
2959 io_sq_num = get_feat_ctx->max_queues.max_llq_num; in ena_calc_io_queue_num()
2967 io_sq_num = get_feat_ctx->max_queues.max_sq_num; in ena_calc_io_queue_num()
2970 io_sq_num = get_feat_ctx->max_queues.max_sq_num; in ena_calc_io_queue_num()
2976 get_feat_ctx->max_queues.max_cq_num); in ena_calc_io_queue_num()
2995 if (has_mem_bar && (get_feat_ctx->max_queues.max_llq_num > 0)) in ena_set_push_mode()
3125 get_feat_ctx->max_queues.max_cq_depth); in ena_calc_queue_size()
3127 get_feat_ctx->max_queues.max_sq_depth); in ena_calc_queue_size()
3131 get_feat_ctx->max_queues.max_llq_depth); in ena_calc_queue_size()
3141 get_feat_ctx->max_queues.max_packet_tx_descs); in ena_calc_queue_size()
3143 get_feat_ctx->max_queues.max_packet_rx_descs); in ena_calc_queue_size()