Lines Matching refs:features
1017 ndev->features = NETIF_F_SG; in temac_of_probe()
1021 ndev->features |= NETIF_F_IP_CSUM; /* Can checksum TCP/UDP over IPv4. */ in temac_of_probe()
1022 ndev->features |= NETIF_F_HW_CSUM; /* Can checksum all the packets. */ in temac_of_probe()
1023 ndev->features |= NETIF_F_IPV6_CSUM; /* Can checksum IPV6 TCP/UDP */ in temac_of_probe()
1024 ndev->features |= NETIF_F_HIGHDMA; /* Can DMA to high memory. */ in temac_of_probe()
1025 ndev->features |= NETIF_F_HW_VLAN_CTAG_TX; /* Transmit VLAN hw accel */ in temac_of_probe()
1026 ndev->features |= NETIF_F_HW_VLAN_CTAG_RX; /* Receive VLAN hw acceleration */ in temac_of_probe()
1027 ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER; /* Receive VLAN filtering */ in temac_of_probe()
1028 ndev->features |= NETIF_F_VLAN_CHALLENGED; /* cannot handle VLAN pkts */ in temac_of_probe()
1029 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_of_probe()
1030 ndev->features |= NETIF_F_MULTI_QUEUE; /* Has multiple TX/RX queues */ in temac_of_probe()
1031 ndev->features |= NETIF_F_LRO; /* large receive offload */ in temac_of_probe()
1056 ndev->features |= NETIF_F_IP_CSUM; in temac_of_probe()