Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c447 struct qed_llh_filter_info *p_filters; in qed_llh_shadow_search_filter() local
457 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_search_filter()
459 if (!memcmp(p_filter, &p_filters[i].filter, in qed_llh_shadow_search_filter()
473 struct qed_llh_filter_info *p_filters; in qed_llh_shadow_get_free_idx() local
483 p_filters = p_llh_info->pp_filters[ppfid]; in qed_llh_shadow_get_free_idx()
485 if (!p_filters[i].b_enabled) { in qed_llh_shadow_get_free_idx()
502 struct qed_llh_filter_info *p_filters; in __qed_llh_shadow_add_filter() local
509 p_filters = p_llh_info->pp_filters[ppfid]; in __qed_llh_shadow_add_filter()
510 if (!p_filters[filter_idx].ref_cnt) { in __qed_llh_shadow_add_filter()
511 p_filters[filter_id in __qed_llh_shadow_add_filter()
560 struct qed_llh_filter_info *p_filters; __qed_llh_shadow_remove_filter() local
5416 struct qed_llh_filter_info *p_filters; qed_llh_shadow_remove_all_filters() local
[all...]