Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c262 AQ_HW_WAIT_FOR((aq_hw_read_reg(self, HW_ATL_MPI_STATE_ADR) & in hw_atl_utils_soft_reset()
278 AQ_HW_WAIT_FOR(hw_atl_reg_glb_cpu_sem_get(self, in hw_atl_utils_fw_downld_dwords()
299 AQ_HW_WAIT_FOR(a != aq_hw_read_reg(self, in hw_atl_utils_fw_downld_dwords()
303 AQ_HW_WAIT_FOR(!(0x100 & aq_hw_read_reg(self, in hw_atl_utils_fw_downld_dwords()
381 AQ_HW_WAIT_FOR(0U != (self->mbox_addr = in hw_atl_utils_init_ucp()
438 AQ_HW_WAIT_FOR(sw.tid == in hw_atl_utils_fw_rpc_wait()
549 AQ_HW_WAIT_FOR(transaction_id != in hw_atl_utils_mpi_set_state()
Dhw_atl_utils_fw2x.c40 AQ_HW_WAIT_FOR(0U != (self->mbox_addr = in aq_fw2x_init()
208 AQ_HW_WAIT_FOR(orig_stats_val != in aq_fw2x_update_stats()
Dhw_atl_a0.c98 AQ_HW_WAIT_FOR(hw_atl_glb_soft_res_get(self) == 0, 1000U, 10U); in hw_atl_a0_hw_reset()
106 AQ_HW_WAIT_FOR(hw_atl_itr_res_irq_get(self) == 0, 1000U, 10U); in hw_atl_a0_hw_reset()
191 AQ_HW_WAIT_FOR(hw_atl_rpf_rss_key_wr_en_get(self) == 0, in hw_atl_a0_hw_rss_hash_set()
225 AQ_HW_WAIT_FOR(hw_atl_rpf_rss_redir_wr_en_get(self) == 0, in hw_atl_a0_hw_rss_set()
Dhw_atl_b0.c176 AQ_HW_WAIT_FOR(hw_atl_rpf_rss_key_wr_en_get(self) == 0, in hw_atl_b0_hw_rss_hash_set()
210 AQ_HW_WAIT_FOR(hw_atl_rpf_rss_redir_wr_en_get(self) == 0, in hw_atl_b0_hw_rss_set()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw_utils.h26 #define AQ_HW_WAIT_FOR(_B_, _US_, _N_) \ macro