Searched refs:p_llh_info (Results 1 – 2 of 2) sorted by relevance
383 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_free() local386 if (p_llh_info) { in qed_llh_free()387 if (p_llh_info->pp_filters) in qed_llh_free()388 for (i = 0; i < p_llh_info->num_ppfid; i++) in qed_llh_free()389 kfree(p_llh_info->pp_filters[i]); in qed_llh_free()391 kfree(p_llh_info->pp_filters); in qed_llh_free()394 kfree(p_llh_info); in qed_llh_free()395 cdev->p_llh_info = NULL; in qed_llh_free()400 struct qed_llh_info *p_llh_info; in qed_llh_alloc() local403 p_llh_info = kzalloc(sizeof(*p_llh_info), GFP_KERNEL); in qed_llh_alloc()[all …]
807 struct qed_llh_info *p_llh_info; member