Searched refs:max_cq_depth (Results 1 – 5 of 5) sorted by relevance
579 int max_cq_depth; member640 int max_cq_depth; member
131 if (dlb2->max_cq_depth != DLB2_DEFAULT_CQ_DEPTH) in dlb2_hw_query_resources()132 num_ldb_ports = DLB2_MAX_HL_ENTRIES / dlb2->max_cq_depth; in dlb2_hw_query_resources()225 int *max_cq_depth = opaque; in set_max_cq_depth() local233 ret = dlb2_string_to_int(max_cq_depth, value); in set_max_cq_depth()237 if (*max_cq_depth < DLB2_MIN_CQ_DEPTH_OVERRIDE || in set_max_cq_depth()238 *max_cq_depth > DLB2_MAX_CQ_DEPTH_OVERRIDE || in set_max_cq_depth()239 !rte_is_power_of_2(*max_cq_depth)) { in set_max_cq_depth()4541 dlb2->max_cq_depth = dlb2_args->max_cq_depth; in dlb2_primary_eventdev_probe()4786 &dlb2_args->max_cq_depth); in dlb2_parse_params()
623 .max_cq_depth = DLB2_DEFAULT_CQ_DEPTH in dlb2_eventdev_pci_init()
625 uint32_t max_cq_depth; member
1030 max_rx_queue_size = RTE_MIN(max_queues->max_cq_depth, in ena_calc_io_queue_size()1032 max_tx_queue_size = max_queues->max_cq_depth; in ena_calc_io_queue_size()