Home
last modified time | relevance | path

Searched refs:p_llh_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c383 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_free() local
386 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() local
403 p_llh_info = kzalloc(sizeof(*p_llh_info), GFP_KERNEL); in qed_llh_alloc()
[all …]
Dqed.h807 struct qed_llh_info *p_llh_info; member