Searched refs:tci_v (Results 1 – 1 of 1) sorted by relevance
6446 uint16_t tci_v; in flow_dv_translate_item_vlan() local6477 tci_v = rte_be_to_cpu_16(vlan_m->tci & vlan_v->tci); in flow_dv_translate_item_vlan()6479 MLX5_SET(fte_match_set_lyr_2_4, hdrs_v, first_vid, tci_v); in flow_dv_translate_item_vlan()6481 MLX5_SET(fte_match_set_lyr_2_4, hdrs_v, first_cfi, tci_v >> 12); in flow_dv_translate_item_vlan()6483 MLX5_SET(fte_match_set_lyr_2_4, hdrs_v, first_prio, tci_v >> 13); in flow_dv_translate_item_vlan()