Searched refs:qm_port_params (Results 1 – 2 of 2) sorted by relevance
1357 kfree(qm_info->qm_port_params); in qed_qm_info_free()1358 qm_info->qm_port_params = NULL; in qed_qm_info_free()1590 &p_hwfn->qm_info.qm_port_params[i]; in qed_init_qm_port_params()2021 port = &(qm_info->qm_port_params[i]); in qed_dp_init_qm_params()2150 qm_info->qm_port_params = kcalloc(p_hwfn->cdev->num_ports_in_engine, in qed_alloc_qm_data()2151 sizeof(*qm_info->qm_port_params), in qed_alloc_qm_data()2153 if (!qm_info->qm_port_params) in qed_alloc_qm_data()2628 params.port_params = qm_info->qm_port_params; in qed_hw_init_common()
409 struct init_qm_port_params *qm_port_params; member