Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c114 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 …]
Dhw_atl_b0.c99 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 …]
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_hw_utils.h36 int aq_hw_err_from_flags(struct aq_hw_s *hw);
Daq_hw_utils.c65 int aq_hw_err_from_flags(struct aq_hw_s *hw) in aq_hw_err_from_flags() function