Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2105 memcpy(ftm, match_in, sizeof(*ftm)); in enic_fm_add_tcam_entry()
2126 struct fm_tcam_match_entry *match_in, in enic_fm_add_exact_entry() argument
2151 fem->fem_data = match_in->ftm_data; in enic_fm_add_exact_entry()
2152 fem->fem_flags = match_in->ftm_flags; in enic_fm_add_exact_entry()
2153 fem->fem_action = match_in->ftm_action; in enic_fm_add_exact_entry()
2154 fem->fem_counter = match_in->ftm_counter; in enic_fm_add_exact_entry()
2249 struct fm_tcam_match_entry *match_in, in __enic_fm_flow_add_entry() argument
2266 match_in->ftm_action = ah->handle; in __enic_fm_flow_add_entry()
2270 if (match_in->ftm_flags & FMEF_COUNTER) { in __enic_fm_flow_add_entry()
2276 match_in->ftm_counter = ctr->handle; in __enic_fm_flow_add_entry()
[all …]