Searched refs:qm_port_params (Results 1 – 2 of 2) sorted by relevance
1331 kfree(qm_info->qm_port_params); in qed_qm_info_free()1332 qm_info->qm_port_params = NULL; in qed_qm_info_free()1571 &p_hwfn->qm_info.qm_port_params[i]; in qed_init_qm_port_params()2004 port = &(qm_info->qm_port_params[i]); in qed_dp_init_qm_params()2129 qm_info->qm_port_params = kcalloc(p_hwfn->cdev->num_ports_in_engine, in qed_alloc_qm_data()2130 sizeof(*qm_info->qm_port_params), in qed_alloc_qm_data()2132 if (!qm_info->qm_port_params) in qed_alloc_qm_data()2611 params.port_params = qm_info->qm_port_params; in qed_hw_init_common()
370 struct init_qm_port_params *qm_port_params; member