Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_fm_flow.c423 fm_data = &entry->ftm_data.fk_hdrset[lvl]; in enic_fm_copy_item_eth()
446 fm_data = &entry->ftm_data.fk_hdrset[lvl]; in enic_fm_copy_item_vlan()
668 fm_data = &entry->ftm_data.fk_hdrset[0]; in enic_fm_copy_item_vxlan()
704 fm_data = &entry->ftm_data.fk_hdrset[0]; in enic_fm_copy_item_gtp()
796 fm_data = &entry->ftm_data.fk_hdrset[0]; in enic_fm_copy_item_geneve()
835 fm_data = &entry->ftm_data.fk_hdrset[0]; in enic_fm_copy_item_geneve_opt()
911 fm_data = &entry->ftm_data.fk_hdrset[0]; in enic_fm_copy_item_ecpri()
1326 fm_data = &fmt->ftm_data.fk_hdrset[0]; in enic_fm_copy_vxlan_decap()
1958 fmt->ftm_data.fk_wq_id = 0; in enic_fm_copy_action()
2541 fem->fem_data = match_in->ftm_data; in enic_fm_add_exact_entry()
[all …]
/dpdk/drivers/net/enic/base/
H A Dvnic_flowman.h331 struct fm_key_template ftm_data; /* Match data */ member