Lines Matching defs:features
879 netdev_features_t features)
891 if ((features & NETIF_F_RXHASH) && !rxhash)
893 else if (!(features & NETIF_F_RXHASH) && rxhash)
898 if ((features & NETIF_F_RXCSUM) && !rxcsum)
900 else if (!(features & NETIF_F_RXCSUM) && rxcsum)
903 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan)
905 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan)
908 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
910 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter)
913 pdata->netdev_features = features;
1221 if (!(netdev->features & NETIF_F_HW_VLAN_CTAG_RX) &&