Searched refs:p_llh_info (Results 1 – 2 of 2) sorted by relevance
385 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_free() local388 if (p_llh_info) { in qed_llh_free()389 if (p_llh_info->pp_filters) in qed_llh_free()390 for (i = 0; i < p_llh_info->num_ppfid; i++) in qed_llh_free()391 kfree(p_llh_info->pp_filters[i]); in qed_llh_free()393 kfree(p_llh_info->pp_filters); in qed_llh_free()396 kfree(p_llh_info); in qed_llh_free()397 cdev->p_llh_info = NULL; in qed_llh_free()402 struct qed_llh_info *p_llh_info; in qed_llh_alloc() local405 p_llh_info = kzalloc(sizeof(*p_llh_info), GFP_KERNEL); in qed_llh_alloc()[all …]
799 struct qed_llh_info *p_llh_info; member