Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c186 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(nic); in aq_ethtool_n_stats()
261 cfg = aq_nic_get_cfg(nic); in aq_ethtool_get_strings()
445 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_get_rss_key_size()
457 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_get_rss()
481 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_set_rss()
515 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_get_rxnfc()
567 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_get_coalesce()
593 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_set_coalesce()
626 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_get_wol()
640 cfg = aq_nic_get_cfg(aq_nic); in aq_ethtool_set_wol()
[all …]
Daq_pci_func.c243 &aq_nic_get_cfg(self)->aq_hw_caps); in aq_pci_probe()
252 self->aq_hw->aq_nic_cfg = aq_nic_get_cfg(self); in aq_pci_probe()
294 aq_nic_get_cfg(self)->aq_hw_caps->msix_irqs); in aq_pci_probe()
Daq_nic.c343 for (self->aq_vecs = 0; self->aq_vecs < aq_nic_get_cfg(self)->vecs; in aq_nic_ndev_register()
346 aq_vec_alloc(self, self->aq_vecs, aq_nic_get_cfg(self)); in aq_nic_ndev_register()
440 aq_nic_get_cfg(self)); in aq_nic_init()
447 if (aq_nic_get_cfg(self)->is_ptp) { in aq_nic_init()
474 cfg = aq_nic_get_cfg(self); in aq_nic_start()
671 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(self); in aq_nic_map_skb()
864 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(self); in aq_nic_xmit()
1332 struct aq_nic_cfg_s *aq_nic_get_cfg(struct aq_nic_s *self) in aq_nic_get_cfg() function
1467 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(self); in aq_nic_realloc_vectors()
Daq_main.c165 aq_cfg = aq_nic_get_cfg(aq_nic); in aq_ndev_set_features()
382 struct aq_nic_cfg_s *aq_nic_cfg = aq_nic_get_cfg(self); in aq_validate_mqprio_opt()
Daq_nic.h206 struct aq_nic_cfg_s *aq_nic_get_cfg(struct aq_nic_s *self);
Daq_ring.c372 aq_cfg = aq_nic_get_cfg(aq_nic); in aq_xdp_xmit()
Daq_ptp.c989 aq_nic_get_cfg(aq_nic)->aq_rss.base_cpu_number; in aq_ptp_ring_alloc()