Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-hw.c706 unsigned int tso_context, vlan_context; in xlgmac_dev_xmit() local
733 vlan_context = 1; in xlgmac_dev_xmit()
735 vlan_context = 0; in xlgmac_dev_xmit()
762 if (tso_context || vlan_context) { in xlgmac_dev_xmit()
792 if (vlan_context) { in xlgmac_dev_xmit()
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1682 unsigned int tso_context, vlan_context; in xgbe_dev_xmit() local
1708 vlan_context = 1; in xgbe_dev_xmit()
1710 vlan_context = 0; in xgbe_dev_xmit()
1736 if (tso_context || vlan_context) { in xgbe_dev_xmit()
1757 if (vlan_context) { in xgbe_dev_xmit()