Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c159 bool is_vlan_rx_strip = !!(features & NETIF_F_HW_VLAN_CTAG_RX); in aq_ndev_set_features() local
202 if (aq_cfg->is_vlan_rx_strip != is_vlan_rx_strip) { in aq_ndev_set_features()
203 aq_cfg->is_vlan_rx_strip = is_vlan_rx_strip; in aq_ndev_set_features()
H A Daq_nic.h58 u8 is_vlan_rx_strip; member
H A Daq_nic.c148 cfg->is_vlan_rx_strip = !!(cfg->features & NETIF_F_HW_VLAN_CTAG_RX); in aq_nic_cfg_start()