Searched refs:tx_coe (Results 1 – 9 of 9) sorted by relevance
106 int tx_coe; member135 int tx_coe; member
140 .tx_coe = 1,174 .tx_coe = 1,
137 .tx_coe = 1,
144 plat->tx_coe = data->tx_coe; in stmmac_probe_config_dt()
1287 else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode()1585 priv->dma_cap.tx_coe = (hw_cap & DMA_HW_FEAT_TXCOESEL) >> 16; in stmmac_get_hw_features()2390 if (!priv->plat->tx_coe) in stmmac_fix_features()2620 (priv->dma_cap.tx_coe) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()2771 priv->plat->tx_coe = 0; in stmmac_hw_init()2773 priv->plat->tx_coe = priv->dma_cap.tx_coe; in stmmac_hw_init()2791 if (priv->plat->tx_coe) in stmmac_hw_init()
265 unsigned int tx_coe; member
622 unsigned int tx_coe; /* Tx Checksum Offload */ member
503 hw_feat->tx_coe = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL); in xgbe_get_all_hw_features()
127 int tx_coe;163 o tx_coe: core is able to perform the tx csum in HW.