Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_fm_flow.c2495 memcpy(ftm, match_in, sizeof(*ftm)); in enic_fm_add_tcam_entry()
2516 struct fm_tcam_match_entry *match_in, in enic_fm_add_exact_entry() argument
2541 fem->fem_data = match_in->ftm_data; in enic_fm_add_exact_entry()
2542 fem->fem_flags = match_in->ftm_flags; in enic_fm_add_exact_entry()
2543 fem->fem_action = match_in->ftm_action; in enic_fm_add_exact_entry()
2544 fem->fem_counter = match_in->ftm_counter; in enic_fm_add_exact_entry()
2639 struct fm_tcam_match_entry *match_in, in __enic_fm_flow_add_entry() argument
2656 match_in->ftm_action = ah->handle; in __enic_fm_flow_add_entry()
2660 if (match_in->ftm_flags & FMEF_COUNTER) { in __enic_fm_flow_add_entry()
2666 match_in->ftm_counter = ctr->handle; in __enic_fm_flow_add_entry()
[all …]