Home
last modified time | relevance | path

Searched refs:tso_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
728 tso_context = 1; in xlgmac_dev_xmit()
730 tso_context = 0; in xlgmac_dev_xmit()
762 if (tso_context || vlan_context) { in xlgmac_dev_xmit()
763 if (tso_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
1753 tso_context = 1; in xgbe_dev_xmit()
1755 tso_context = 0; in xgbe_dev_xmit()
1786 if (tso_context || vlan_context) { in xgbe_dev_xmit()
1787 if (tso_context) { in xgbe_dev_xmit()