Home
last modified time | relevance | path

Searched defs:aq_hw (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.c16 void hw_atl_reg_glb_cpu_sem_set(struct aq_hw_s *aq_hw, u32 glb_cpu_sem, in hw_atl_reg_glb_cpu_sem_set()
22 u32 hw_atl_reg_glb_cpu_sem_get(struct aq_hw_s *aq_hw, u32 semaphore) in hw_atl_reg_glb_cpu_sem_get()
27 void hw_atl_glb_glb_reg_res_dis_set(struct aq_hw_s *aq_hw, u32 glb_reg_res_dis) in hw_atl_glb_glb_reg_res_dis_set()
35 void hw_atl_glb_soft_res_set(struct aq_hw_s *aq_hw, u32 soft_res) in hw_atl_glb_soft_res_set()
42 u32 hw_atl_glb_soft_res_get(struct aq_hw_s *aq_hw) in hw_atl_glb_soft_res_get()
49 u32 hw_atl_reg_glb_mif_id_get(struct aq_hw_s *aq_hw) in hw_atl_reg_glb_mif_id_get()
55 u32 hw_atl_rpb_rx_dma_drop_pkt_cnt_get(struct aq_hw_s *aq_hw) in hw_atl_rpb_rx_dma_drop_pkt_cnt_get()
60 u64 hw_atl_stats_rx_dma_good_octet_counter_get(struct aq_hw_s *aq_hw) in hw_atl_stats_rx_dma_good_octet_counter_get()
65 u64 hw_atl_stats_rx_dma_good_pkt_counter_get(struct aq_hw_s *aq_hw) in hw_atl_stats_rx_dma_good_pkt_counter_get()
70 u64 hw_atl_stats_tx_dma_good_octet_counter_get(struct aq_hw_s *aq_hw) in hw_atl_stats_tx_dma_good_octet_counter_get()
[all …]
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_hw_utils.c15 void aq_hw_write_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, in aq_hw_write_reg_bit()
31 u32 aq_hw_read_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, u32 shift) in aq_hw_read_reg_bit()
Daq_filters.c326 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_add_del_fether() local
555 static int aq_set_fl3l4(struct aq_hw_s *aq_hw, in aq_set_fl3l4()
569 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_add_del_fl3l4() local
818 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_filters_vlans_update() local
863 struct aq_hw_s *aq_hw = aq_nic->aq_hw; in aq_filters_vlan_offload_off() local
Daq_vec.c20 struct aq_hw_s *aq_hw; member
166 struct aq_hw_s *aq_hw) in aq_vec_init()
Daq_nic.h86 struct aq_hw_s *aq_hw; member