Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtc.h48 * @vlan_push: the number of vlan headers to push
69 u16 vlan_push:2; member
H A Dtc.c807 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()