Home
last modified time | relevance | path

Searched refs:VLAN_FEAT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1920 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
3130 netdev->vlan_features = netdev->features & VLAN_FEAT; in cxgb4vf_pci_probe()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3201 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
3317 netdev->vlan_features |= netdev->features & VLAN_FEAT; in init_one()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c5470 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
5896 netdev->vlan_features = netdev->features & VLAN_FEAT; in init_one()