Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_filter.c25 if (match == filter->supported_match[i]) in sfc_filter_is_match_supported()
37 uint32_t *buf = filter->supported_match; in sfc_filter_cache_match_supported()
56 filter->supported_match = buf; in sfc_filter_cache_match_supported()
70 filter->supported_match = NULL; in sfc_filter_cache_match_supported()
96 if (sa->filter.supported_match[i] & in sfc_filter_attach()
101 if (sa->filter.supported_match[i] & in sfc_filter_attach()
125 rte_free(filter->supported_match); in sfc_filter_detach()
126 filter->supported_match = NULL; in sfc_filter_detach()
H A Dsfc_filter.h25 uint32_t *supported_match; member
H A Dsfc_flow.c1867 if (match_mcast_dst == filter->supported_match[i]) in sfc_flow_check_unknown_dst_flags()
2032 if (match_mcast_dst == filter->supported_match[i]) in sfc_flow_check_ifrm_unknown_dst_flags()
2062 if (match_without_vid == filter->supported_match[i]) in sfc_flow_check_outer_vid_flag()
2251 if ((match & filter->supported_match[i]) == match) { in sfc_flow_spec_filters_complete()
2252 miss_flags = filter->supported_match[i] & (~match); in sfc_flow_spec_filters_complete()