Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3173 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
3289 netdev->vlan_features |= netdev->features & VLAN_FEAT; in init_one()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4428 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
4592 netdev->vlan_features = netdev->features & VLAN_FEAT; in init_one()