Searched refs:aq_hw_err_from_flags (Results 1 – 4 of 4) sorted by relevance
98 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_reset()159 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_qos_set()182 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_hash_set()216 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_set()264 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_offload_set()284 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_tx_path()343 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_rx_path()365 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_mac_addr_set()412 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_init()439 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_ring_tx_start()[all …]
112 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_reset()174 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_qos_set()197 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_rss_hash_set()231 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_rss_set()251 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_offload_set()271 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_init_tx_path()313 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_init_rx_path()335 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_mac_addr_set()373 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_init()401 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_ring_tx_start()[all …]
48 int aq_hw_err_from_flags(struct aq_hw_s *hw);
56 int aq_hw_err_from_flags(struct aq_hw_s *hw) in aq_hw_err_from_flags() function