Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/synopsys/
H A 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()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1732 unsigned int tso_context, vlan_context; in xgbe_dev_xmit() local
1758 vlan_context = 1; in xgbe_dev_xmit()
1760 vlan_context = 0; in xgbe_dev_xmit()
1786 if (tso_context || vlan_context) { in xgbe_dev_xmit()
1807 if (vlan_context) { in xgbe_dev_xmit()