Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3202 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
3318 netdev->vlan_features |= netdev->features & VLAN_FEAT; in init_one()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c5219 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \ macro
5641 netdev->vlan_features = netdev->features & VLAN_FEAT; in init_one()