Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c385 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_free() local
405 p_llh_info = kzalloc(sizeof(*p_llh_info), GFP_KERNEL); in qed_llh_alloc()
408 cdev->p_llh_info = p_llh_info; in qed_llh_alloc()
414 p_llh_info->ppfid_array[p_llh_info->num_ppfid] = i; in qed_llh_alloc()
439 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_shadow_sanity() local
465 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_shadow_search_filter() local
491 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_shadow_get_free_idx() local
520 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in __qed_llh_shadow_add_filter() local
578 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in __qed_llh_shadow_remove_filter() local
625 struct qed_llh_info *p_llh_info = cdev->p_llh_info; in qed_llh_abs_ppfid() local
[all …]
H A Dqed.h799 struct qed_llh_info *p_llh_info; member