Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c93 static u32 aq_fw2x_state2_get(struct aq_hw_s *self);
316 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, in aq_fw2x_update_stats()
343 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, self, val, in aq_fw2x_get_phy_temp()
373 readx_poll_timeout_atomic(aq_fw2x_state2_get, self, val, in aq_fw2x_set_wol()
441 err = readx_poll_timeout_atomic(aq_fw2x_state2_get, self, val, in aq_fw2x_send_fw_request()
511 mpi_state = aq_fw2x_state2_get(self); in aq_fw2x_get_eee_rate()
542 u32 mpi_state = aq_fw2x_state2_get(self); in aq_fw2x_get_flow_control()
610 static u32 aq_fw2x_state2_get(struct aq_hw_s *self) in aq_fw2x_state2_get() function