Home
last modified time | relevance | path

Searched refs:aq_hw_caps (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.c46 readl(hw->mmio + hw->aq_nic_cfg->aq_hw_caps->hw_alive_check_addr) == U32_MAX) in aq_hw_read_reg()
65 if (hw->aq_nic_cfg->aq_hw_caps->op64bit) in aq_hw_read_reg64()
71 readl(hw->mmio + hw->aq_nic_cfg->aq_hw_caps->hw_alive_check_addr) == U32_MAX) in aq_hw_read_reg64()
79 if (hw->aq_nic_cfg->aq_hw_caps->op64bit) in aq_hw_write_reg64()
H A Daq_nic.h42 const struct aq_hw_caps_s *aq_hw_caps; member
H A Daq_ring.c172 self->dx_size = aq_nic_cfg->aq_hw_caps->txd_size; in aq_ring_tx_alloc()
185 self->dx_size = aq_nic_cfg->aq_hw_caps->rxd_size; in aq_ring_rx_alloc()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c474 const struct aq_hw_caps_s *aq_hw_caps) in hw_atl_utils_init_ucp() argument
603 err = hw_atl_utils_init_ucp(self, self->aq_nic_cfg->aq_hw_caps); in hw_atl_utils_mpi_create()
950 const struct aq_hw_caps_s *aq_hw_caps, in hw_atl_utils_hw_get_regs() argument
955 for (i = 0; i < aq_hw_caps->mac_regs_count; i++) in hw_atl_utils_hw_get_regs()