Home
last modified time | relevance | path

Searched refs:TSO_FLAGS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1356 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN | \ macro
1358 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_HW_CSUM | TSO_FLAGS | \
1765 netdev->hw_features |= NETIF_F_HW_CSUM | TSO_FLAGS; in fun_create_netdev()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1924 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) macro
1925 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
3070 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | NETIF_F_GRO | in cxgb4vf_pci_probe()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3202 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) macro
3203 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6207 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN | \ macro
6209 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
6810 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | in init_one()