Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_main.c250 netdev_features_t vlan_fts = 0; in netdev_feature_init() local
265 vlan_fts |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_RX; in netdev_feature_init()
268 vlan_fts |= NETIF_F_HW_VLAN_CTAG_FILTER; in netdev_feature_init()
277 netdev->features |= dft_fts | cso_fts | tso_fts | vlan_fts; in netdev_feature_init()