Searched refs:NETIF_F_FRAGLIST (Results 1 – 25 of 37) sorted by relevance
12
103 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro197 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
706 NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX | in vlan_features_check()
34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
118 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
140 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
185 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
164 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
192 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
119 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
1022 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HW_CSUM | \
1258 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vrf_setup()
228 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
156 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
410 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
131 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
169 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
513 NETIF_F_FRAGLIST | in nsim_setup()
371 NETIF_F_FRAGLIST | \
484 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
564 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
1690 netdev->hw_features |= NETIF_F_FRAGLIST; in ibmveth_probe()1691 netdev->features |= NETIF_F_FRAGLIST; in ibmveth_probe()
181 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
1509 dev->features = dev->hw_features = (NETIF_F_SG | NETIF_F_FRAGLIST); in vector_eth_configure()
114 48900cb6af42 ("virtio-net: drop NETIF_F_FRAGLIST") change the way that