Searched refs:qm_port_params (Results 1 – 2 of 2) sorted by relevance
1336 kfree(qm_info->qm_port_params); in qed_qm_info_free()1337 qm_info->qm_port_params = NULL; in qed_qm_info_free()1582 &p_hwfn->qm_info.qm_port_params[i]; in qed_init_qm_port_params()2015 port = &(qm_info->qm_port_params[i]); in qed_dp_init_qm_params()2140 qm_info->qm_port_params = kcalloc(p_hwfn->cdev->num_ports_in_engine, in qed_alloc_qm_data()2141 sizeof(*qm_info->qm_port_params), in qed_alloc_qm_data()2143 if (!qm_info->qm_port_params) in qed_alloc_qm_data()2637 params.port_params = qm_info->qm_port_params; in qed_hw_init_common()
367 struct init_qm_port_params *qm_port_params; member