Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c89 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_qos_set()
114 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_hash_type_set()
142 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_rss_hash_set()
228 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_offload_set()
252 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_tx_path()
300 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_init_rx_path()
322 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_mac_addr_set()
369 err = aq_hw_err_from_flags(self); in hw_atl_b0_hw_init()
394 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_ring_tx_start()
400 return aq_hw_err_from_flags(self); in hw_atl_b0_hw_ring_rx_start()
[all …]
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_hw_regs.h51 int aq_hw_err_from_flags(struct aq_hw_s *hw);
H A Datl_hw_regs.c44 int aq_hw_err_from_flags(struct aq_hw_s *hw) in aq_hw_err_from_flags() function
H A Datl_ethdev.c1593 err = aq_hw_err_from_flags(hw); in atl_update_mac_addr()