Searched refs:qm_port_params (Results 1 – 2 of 2) sorted by relevance
141 kfree(qm_info->qm_port_params); in qed_qm_info_free()142 qm_info->qm_port_params = NULL; in qed_qm_info_free()358 &p_hwfn->qm_info.qm_port_params[i]; in qed_init_qm_port_params()770 port = &(qm_info->qm_port_params[i]); in qed_dp_init_qm_params()899 qm_info->qm_port_params = kcalloc(p_hwfn->cdev->num_ports_in_engine, in qed_alloc_qm_data()900 sizeof(*qm_info->qm_port_params), in qed_alloc_qm_data()902 if (!qm_info->qm_port_params) in qed_alloc_qm_data()1355 params.port_params = qm_info->qm_port_params; in qed_hw_init_common()
402 struct init_qm_port_params *qm_port_params; member