Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c422 struct aq_nic_cfg_s *aq_cfg; in aq_xdp_xmit() local
425 aq_cfg = aq_nic_get_cfg(aq_nic); in aq_xdp_xmit()
426 vec = cpu % aq_cfg->vecs; in aq_xdp_xmit()
427 ring = aq_nic->aq_ring_tx[AQ_NIC_CFG_TCVEC2RING(aq_cfg, 0, vec)]; in aq_xdp_xmit()
/linux/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.