Searched refs:vlan_push (Results 1 – 2 of 2) sorted by relevance
48 * @vlan_push: the number of vlan headers to push69 u16 vlan_push:2; member
807 if (act->vlan_push) in efx_tc_flower_action_order_ok() 811 if (act->vlan_push >= 2) in efx_tc_flower_action_order_ok() 2391 if (act->vlan_push) { in efx_tc_flower_replace() 2392 act->vlan_push--; in efx_tc_flower_replace() 2411 act->vlan_tci[act->vlan_push] = cpu_to_be16(tci); in efx_tc_flower_replace() 2412 act->vlan_proto[act->vlan_push] = fa->vlan.proto; in efx_tc_flower_replace() 2413 act->vlan_push++; in efx_tc_flower_replace()