Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c529 struct ecore_llh_filter_info *p_filters; in ecore_llh_shadow_search_filter() local
539 p_filters = p_llh_info->pp_filters[ppfid]; in ecore_llh_shadow_search_filter()
541 if (!OSAL_MEMCMP(p_filter, &p_filters[i].filter, in ecore_llh_shadow_search_filter()
556 struct ecore_llh_filter_info *p_filters; in ecore_llh_shadow_get_free_idx() local
566 p_filters = p_llh_info->pp_filters[ppfid]; in ecore_llh_shadow_get_free_idx()
568 if (!p_filters[i].b_enabled) { in ecore_llh_shadow_get_free_idx()
583 struct ecore_llh_filter_info *p_filters; in __ecore_llh_shadow_add_filter() local
590 p_filters = p_llh_info->pp_filters[ppfid]; in __ecore_llh_shadow_add_filter()
591 if (!p_filters[filter_idx].ref_cnt) { in __ecore_llh_shadow_add_filter()
592 p_filters[filter_idx].b_enabled = true; in __ecore_llh_shadow_add_filter()
[all …]