Home
last modified time | relevance | path

Searched refs:inner_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_descs.c310 u32 inner_type) in dwxgmac2_set_vlan_tag() argument
318 if (inner_type) { in dwxgmac2_set_vlan_tag()
324 des = inner_type << XGMAC_TDES3_IVTIR_SHIFT; in dwxgmac2_set_vlan_tag()
Ddwmac4_descs.c463 u32 inner_type) in dwmac4_set_vlan_tag() argument
471 if (inner_type) { in dwmac4_set_vlan_tag()
477 des = inner_type << TDES3_IVTIR_SHIFT; in dwmac4_set_vlan_tag()
Dhwif.h96 u32 inner_type);
Dstmmac_main.c2815 u32 inner_type = 0x0; in stmmac_vlan_insert() local
2824 inner_type = STMMAC_VLAN_INSERT; in stmmac_vlan_insert()
2830 if (stmmac_set_desc_vlan_tag(priv, p, tag, inner_tag, inner_type)) in stmmac_vlan_insert()