Searched defs:aq_hw (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
A D | hw_atl_llh.c | 16 void hw_atl_ts_reset_set(struct aq_hw_s *aq_hw, u32 val) in hw_atl_ts_reset_set() 24 void hw_atl_ts_power_down_set(struct aq_hw_s *aq_hw, u32 val) in hw_atl_ts_power_down_set() 32 u32 hw_atl_ts_power_down_get(struct aq_hw_s *aq_hw) in hw_atl_ts_power_down_get() 39 u32 hw_atl_ts_ready_get(struct aq_hw_s *aq_hw) in hw_atl_ts_ready_get() 46 u32 hw_atl_ts_ready_latch_high_get(struct aq_hw_s *aq_hw) in hw_atl_ts_ready_latch_high_get() 53 u32 hw_atl_ts_data_get(struct aq_hw_s *aq_hw) in hw_atl_ts_data_get() 87 u32 hw_atl_glb_soft_res_get(struct aq_hw_s *aq_hw) in hw_atl_glb_soft_res_get() 94 u32 hw_atl_reg_glb_mif_id_get(struct aq_hw_s *aq_hw) in hw_atl_reg_glb_mif_id_get() 318 u32 hw_atl_itr_irq_statuslsw_get(struct aq_hw_s *aq_hw) in hw_atl_itr_irq_statuslsw_get() 323 u32 hw_atl_itr_res_irq_get(struct aq_hw_s *aq_hw) in hw_atl_itr_res_irq_get() [all …]
|
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
A D | hw_atl2_llh.c | 10 void hw_atl2_rpf_redirection_table2_select_set(struct aq_hw_s *aq_hw, in hw_atl2_rpf_redirection_table2_select_set() 28 void hw_atl2_rpf_new_enable_set(struct aq_hw_s *aq_hw, u32 enable) in hw_atl2_rpf_new_enable_set() 44 void hw_atl2_rpfl2_bc_flr_tag_set(struct aq_hw_s *aq_hw, u32 tag) in hw_atl2_rpfl2_bc_flr_tag_set() 71 void hw_atl2_tpb_tx_tc_q_rand_map_en_set(struct aq_hw_s *aq_hw, in hw_atl2_tpb_tx_tc_q_rand_map_en_set() 88 void hw_atl2_reg_tx_intr_moder_ctrl_set(struct aq_hw_s *aq_hw, in hw_atl2_reg_tx_intr_moder_ctrl_set() 125 u32 hw_atl2_get_hw_version(struct aq_hw_s *aq_hw) in hw_atl2_get_hw_version() 130 void hw_atl2_init_launchtime(struct aq_hw_s *aq_hw) in hw_atl2_init_launchtime() 208 u32 hw_atl2_mif_mcp_finished_read_get(struct aq_hw_s *aq_hw) in hw_atl2_mif_mcp_finished_read_get() 215 u32 hw_atl2_mif_mcp_boot_reg_get(struct aq_hw_s *aq_hw) in hw_atl2_mif_mcp_boot_reg_get() 220 void hw_atl2_mif_mcp_boot_reg_set(struct aq_hw_s *aq_hw, u32 val) in hw_atl2_mif_mcp_boot_reg_set() [all …]
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_phy.c | 12 bool aq_mdio_busy_wait(struct aq_hw_s *aq_hw) in aq_mdio_busy_wait() 26 u16 aq_mdio_read_word(struct aq_hw_s *aq_hw, u16 mmd, u16 addr) in aq_mdio_read_word() 52 void aq_mdio_write_word(struct aq_hw_s *aq_hw, u16 mmd, u16 addr, u16 data) in aq_mdio_write_word() 78 u16 aq_phy_read_reg(struct aq_hw_s *aq_hw, u16 mmd, u16 address) in aq_phy_read_reg() 99 void aq_phy_write_reg(struct aq_hw_s *aq_hw, u16 mmd, u16 address, u16 data) in aq_phy_write_reg() 113 bool aq_phy_init_phy_id(struct aq_hw_s *aq_hw) in aq_phy_init_phy_id() 129 bool aq_phy_init(struct aq_hw_s *aq_hw) in aq_phy_init() 153 void aq_phy_disable_ptp(struct aq_hw_s *aq_hw) in aq_phy_disable_ptp()
|
A D | aq_hw_utils.c | 19 void aq_hw_write_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, in aq_hw_write_reg_bit() 35 u32 aq_hw_read_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, u32 shift) in aq_hw_read_reg_bit()
|
A D | aq_filters.c | 334 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_add_del_fether() local 563 static int aq_set_fl3l4(struct aq_hw_s *aq_hw, in aq_set_fl3l4() 577 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_add_del_fl3l4() local 826 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_filters_vlans_update() local 871 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_filters_vlan_offload_off() local
|
A D | aq_vec.c | 21 struct aq_hw_s *aq_hw; member 176 struct aq_hw_s *aq_hw) in aq_vec_init()
|
A D | aq_nic.h | 130 struct aq_hw_s *aq_hw; member
|
Completed in 19 milliseconds