Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c74 static u32 aq_fw2x_state2_get(struct aq_hw_s *self);
300 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, in aq_fw2x_update_stats()
327 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, self, val, in aq_fw2x_get_phy_temp()
381 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, in aq_fw2x_set_sleep_proxy()
423 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, in aq_fw2x_set_wol_params()
475 mpi_state = aq_fw2x_state2_get(self); in aq_fw2x_get_eee_rate()
505 u32 mpi_state = aq_fw2x_state2_get(self); in aq_fw2x_get_flow_control()
531 static u32 aq_fw2x_state2_get(struct aq_hw_s *self) in aq_fw2x_state2_get() function