Searched refs:aq_hw_err_from_flags (Results 1 – 4 of 4) sorted by relevance
114 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_reset()176 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_qos_set()201 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_rss_hash_set()237 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_rss_set()257 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_offload_set()277 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_init_tx_path()319 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_init_rx_path()341 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_mac_addr_set()379 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_init()407 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_ring_tx_start()[all …]
99 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_reset()165 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_qos_set()190 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_hash_set()226 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_set()288 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_offload_set()311 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_tx_path()361 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_rx_path()383 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_mac_addr_set()430 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_init()462 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_ring_tx_start()[all …]
36 int aq_hw_err_from_flags(struct aq_hw_s *hw);
65 int aq_hw_err_from_flags(struct aq_hw_s *hw) in aq_hw_err_from_flags() function