Searched refs:tci_v (Results 1 – 1 of 1) sorted by relevance
8371 uint16_t tci_v; in flow_dv_translate_item_vlan() local8402 tci_v = rte_be_to_cpu_16(vlan_m->tci & vlan_v->tci); in flow_dv_translate_item_vlan()8404 MLX5_SET(fte_match_set_lyr_2_4, hdrs_v, first_vid, tci_v); in flow_dv_translate_item_vlan()8406 MLX5_SET(fte_match_set_lyr_2_4, hdrs_v, first_cfi, tci_v >> 12); in flow_dv_translate_item_vlan()8408 MLX5_SET(fte_match_set_lyr_2_4, hdrs_v, first_prio, tci_v >> 13); in flow_dv_translate_item_vlan()