Home
last modified time | relevance | path

Searched refs:num_tx_qp (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c141 if (tc_nb > hw->func_caps.num_tx_qp) in i40e_tm_capabilities_get()
153 cap->n_nodes_max = 1 + I40E_MAX_TRAFFIC_CLASS + hw->func_caps.num_tx_qp; in i40e_tm_capabilities_get()
173 cap->sched_n_children_max = hw->func_caps.num_tx_qp; in i40e_tm_capabilities_get()
392 if (node_id >= hw->func_caps.num_tx_qp) { in i40e_node_param_check()
574 if (pf->tm_conf.nb_queue_node >= hw->func_caps.num_tx_qp) { in i40e_node_add()
584 if (node_id >= hw->func_caps.num_tx_qp) { in i40e_node_add()
749 cap->n_nodes_max = hw->func_caps.num_tx_qp; in i40e_level_capabilities_get()
751 cap->n_nodes_leaf_max = hw->func_caps.num_tx_qp; in i40e_level_capabilities_get()
773 hw->func_caps.num_tx_qp; in i40e_level_capabilities_get()
852 hw->func_caps.num_tx_qp; in i40e_node_capabilities_get()
H A Di40e_ethdev.c1610 ret = i40e_res_pool_init(&pf->qp_pool, 0, hw->func_caps.num_tx_qp); in eth_i40e_dev_init()
1623 ret = i40e_init_lan_hmc(hw, hw->func_caps.num_tx_qp, in eth_i40e_dev_init()
4843 if (qp_count < hw->func_caps.num_tx_qp && in i40e_pf_parameter_init()
4845 pf->max_nb_vmdq_vsi = (hw->func_caps.num_tx_qp - in i40e_pf_parameter_init()
4876 if (qp_count > hw->func_caps.num_tx_qp) { in i40e_pf_parameter_init()
4879 qp_count, hw->func_caps.num_tx_qp); in i40e_pf_parameter_init()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_diag.c91 hw->func_caps.num_tx_qp != 0) in i40e_diag_reg_test()
92 i40e_reg_list[i].elements = hw->func_caps.num_tx_qp; in i40e_diag_reg_test()
H A Di40e_type.h416 u32 num_tx_qp; member
H A Di40e_common.c4004 p->num_tx_qp = number; in i40e_parse_discover_capabilities()
7642 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_type.h224 u32 num_tx_qp; member
H A Diavf_common.c974 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in iavf_vf_parse_hw_config()