Home
last modified time | relevance | path

Searched refs:tso_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
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()
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c1682 unsigned int tso_context, vlan_context; in xgbe_dev_xmit() local
1703 tso_context = 1; in xgbe_dev_xmit()
1705 tso_context = 0; in xgbe_dev_xmit()
1736 if (tso_context || vlan_context) { in xgbe_dev_xmit()
1737 if (tso_context) { in xgbe_dev_xmit()