Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtc.h69 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()
H A Dmae.c1284 MAE_ACTION_SET_ALLOC_IN_VLAN_PUSH, act->vlan_push, in efx_mae_alloc_action_set()
1313 if (act->vlan_push) { in efx_mae_alloc_action_set()
1319 if (act->vlan_push >= 2) { in efx_mae_alloc_action_set()