Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h297 int (*hw_get_regs)(struct aq_hw_s *self, member
Daq_nic.c990 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs()
995 err = self->aq_hw_ops->hw_get_regs(self->aq_hw, in aq_nic_get_regs()
1007 if (unlikely(!self->aq_hw_ops->hw_get_regs)) in aq_nic_get_regs_count()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c978 .hw_get_regs = hw_atl_utils_hw_get_regs,
Dhw_atl_b0.c1693 .hw_get_regs = hw_atl_utils_hw_get_regs,