Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c162 struct aq_nic_cfg_s *aq_cfg; in aq_ndev_set_features() local
166 aq_cfg = aq_nic_get_cfg(aq_nic); in aq_ndev_set_features()
183 aq_cfg->features = features; in aq_ndev_set_features()
185 if (aq_cfg->aq_hw_caps->hw_features & NETIF_F_LRO) { in aq_ndev_set_features()
188 if (aq_cfg->is_lro != is_lro) { in aq_ndev_set_features()
189 aq_cfg->is_lro = is_lro; in aq_ndev_set_features()
196 aq_cfg); in aq_ndev_set_features()
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()
206 if (aq_cfg->is_vlan_tx_insert != is_vlan_tx_insert) { in aq_ndev_set_features()
[all …]
Daq_ring.c369 struct aq_nic_cfg_s *aq_cfg; in aq_xdp_xmit() local
372 aq_cfg = aq_nic_get_cfg(aq_nic); in aq_xdp_xmit()
373 vec = cpu % aq_cfg->vecs; in aq_xdp_xmit()
374 ring = aq_nic->aq_ring_tx[AQ_NIC_CFG_TCVEC2RING(aq_cfg, 0, vec)]; in aq_xdp_xmit()
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/aquantia/
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.