Searched refs:pp_filters (Results 1 – 1 of 1) sorted by relevance
361 struct qed_llh_filter_info **pp_filters; member 370 if (p_llh_info->pp_filters) in qed_llh_free() 372 kfree(p_llh_info->pp_filters[i]); in qed_llh_free() 374 kfree(p_llh_info->pp_filters); in qed_llh_free() 401 size = p_llh_info->num_ppfid * sizeof(*p_llh_info->pp_filters); in qed_llh_alloc() 402 p_llh_info->pp_filters = kzalloc(size, GFP_KERNEL); in qed_llh_alloc() 403 if (!p_llh_info->pp_filters) in qed_llh_alloc() 407 sizeof(**p_llh_info->pp_filters); in qed_llh_alloc() 409 p_llh_info->pp_filters[i] = kzalloc(size, GFP_KERNEL); in qed_llh_alloc() 410 if (!p_llh_info->pp_filters[ in qed_llh_alloc() [all...]