Searched refs:qm_port_params (Results 1 – 2 of 2) sorted by relevance
1337 kfree(qm_info->qm_port_params); in qed_qm_info_free()1338 qm_info->qm_port_params = NULL; in qed_qm_info_free()1584 &p_hwfn->qm_info.qm_port_params[i]; in qed_init_qm_port_params()2017 port = &(qm_info->qm_port_params[i]); in qed_dp_init_qm_params()2142 qm_info->qm_port_params = kcalloc(p_hwfn->cdev->num_ports_in_engine, in qed_alloc_qm_data()2143 sizeof(*qm_info->qm_port_params), in qed_alloc_qm_data()2145 if (!qm_info->qm_port_params) in qed_alloc_qm_data()2690 params->port_params = qm_info->qm_port_params; in qed_hw_init_common()
369 struct init_qm_port_params *qm_port_params; member