Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c118 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_reset()
180 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_qos_set()
205 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_rss_hash_set()
241 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_rss_set()
261 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_offload_set()
280 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_init_tx_path()
322 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_init_rx_path()
345 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_mac_addr_set()
381 err = aq_hw_err_from_flags(self); in hw_atl_a0_hw_init()
410 return aq_hw_err_from_flags(self); in hw_atl_a0_hw_ring_tx_start()
[all …]
H A Dhw_atl_b0.c125 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_reset()
149 return aq_hw_err_from_flags(self); in hw_atl_b0_tc_ptp_set()
206 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_qos_set()
231 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_hash_set()
267 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_set()
329 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_offload_set()
446 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_tx_tc_rate_limit()
471 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_tx_path()
555 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_mac_addr_set()
601 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_init()
[all …]
H A Dhw_atl_utils.c438 err = aq_hw_err_from_flags(self); in hw_atl_utils_fw_upload_dwords()
557 err = aq_hw_err_from_flags(self); in hw_atl_utils_fw_rpc_wait()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c107 err = aq_hw_err_from_flags(self); in hw_atl2_hw_reset()
159 return aq_hw_err_from_flags(self); in hw_atl2_hw_queue_to_tc_map_set()
211 return aq_hw_err_from_flags(self); in hw_atl2_hw_qos_set()
236 return aq_hw_err_from_flags(self); in hw_atl2_hw_rss_set()
351 return aq_hw_err_from_flags(self); in hw_atl2_hw_init_tx_tc_rate_limit()
376 return aq_hw_err_from_flags(self); in hw_atl2_hw_init_tx_path()
530 return aq_hw_err_from_flags(self); in hw_atl2_hw_init_rx_path()
574 err = aq_hw_err_from_flags(self); in hw_atl2_hw_init()
660 err = aq_hw_err_from_flags(self); in hw_atl2_hw_multicast_list_set()
755 return aq_hw_err_from_flags(self); in hw_atl2_hw_interrupt_moderation_set()
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.h38 int aq_hw_err_from_flags(struct aq_hw_s *hw);
H A Daq_hw_utils.c84 int aq_hw_err_from_flags(struct aq_hw_s *hw) in aq_hw_err_from_flags() function