Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c98 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 …]
Dhw_atl_a0.c112 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 …]
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw_utils.h48 int aq_hw_err_from_flags(struct aq_hw_s *hw);
Daq_hw_utils.c56 int aq_hw_err_from_flags(struct aq_hw_s *hw) in aq_hw_err_from_flags() function