Lines Matching refs:hw_features
182 netdev->hw_features = NETIF_F_TSO; in xlgmac_init()
183 netdev->hw_features |= NETIF_F_TSO6; in xlgmac_init()
184 netdev->hw_features |= NETIF_F_SG; in xlgmac_init()
185 netdev->hw_features |= NETIF_F_IP_CSUM; in xlgmac_init()
186 netdev->hw_features |= NETIF_F_IPV6_CSUM; in xlgmac_init()
188 netdev->hw_features = NETIF_F_IP_CSUM; in xlgmac_init()
189 netdev->hw_features |= NETIF_F_IPV6_CSUM; in xlgmac_init()
193 netdev->hw_features |= NETIF_F_RXCSUM; in xlgmac_init()
194 netdev->hw_features |= NETIF_F_GRO; in xlgmac_init()
198 netdev->hw_features |= NETIF_F_RXHASH; in xlgmac_init()
200 netdev->vlan_features |= netdev->hw_features; in xlgmac_init()
202 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_RX; in xlgmac_init()
204 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_TX; in xlgmac_init()
206 netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_init()
208 netdev->features |= netdev->hw_features; in xlgmac_init()