Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c146 struct aq_nic_cfg_s *aq_cfg; in aq_ndev_set_features() local
150 aq_cfg = aq_nic_get_cfg(aq_nic); in aq_ndev_set_features()
167 aq_cfg->features = features; in aq_ndev_set_features()
169 if (aq_cfg->aq_hw_caps->hw_features & NETIF_F_LRO) { in aq_ndev_set_features()
172 if (aq_cfg->is_lro != is_lro) { in aq_ndev_set_features()
173 aq_cfg->is_lro = is_lro; in aq_ndev_set_features()
180 aq_cfg); in aq_ndev_set_features()
186 if (aq_cfg->is_vlan_rx_strip != is_vlan_rx_strip) { in aq_ndev_set_features()
187 aq_cfg->is_vlan_rx_strip = is_vlan_rx_strip; in aq_ndev_set_features()
190 if (aq_cfg->is_vlan_tx_insert != is_vlan_tx_insert) { in aq_ndev_set_features()
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst452 some parameters can be changed in the {source_dir}/aq_cfg.h file.
538 After the aq_cfg.h file changed the driver must be rebuilt to take effect.