Searched refs:airoha_eth (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.h | 560 struct airoha_eth *eth; 581 struct airoha_eth *eth; 616 struct airoha_eth *eth; 645 struct airoha_eth { struct 707 static inline bool airoha_is_7581(struct airoha_eth *eth) in airoha_is_7581() 712 static inline bool airoha_is_7583(struct airoha_eth *eth) in airoha_is_7583() 718 bool airoha_is_valid_gdm_dev(struct airoha_eth *eth, 733 bool airoha_ppe_is_enabled(struct airoha_eth *eth, int index); 737 int airoha_ppe_init(struct airoha_eth *eth); 738 void airoha_ppe_deinit(struct airoha_eth *eth);
|
| H A D | airoha_ppe.c | 54 struct airoha_eth *eth = ppe->eth; in airoha_ppe_get_total_num_stats_entries() 64 struct airoha_eth *eth = ppe->eth; in airoha_ppe_get_total_sram_num_entries() 76 bool airoha_ppe_is_enabled(struct airoha_eth *eth, int index) in airoha_ppe_is_enabled() 93 struct airoha_eth *eth = dev->eth; in airoha_ppe_set_cpu_port() 106 struct airoha_eth *eth = dev->eth; in airoha_ppe_set_xmit_frame_size() 134 struct airoha_eth *eth = ppe->eth; in airoha_ppe_hw_init() 342 static int airoha_ppe_foe_entry_prepare(struct airoha_eth *eth, in airoha_ppe_foe_entry_prepare() 698 struct airoha_eth *eth = ppe->eth; in airoha_ppe_foe_get_entry_locked() 777 struct airoha_eth *eth = ppe->eth; in airoha_ppe_foe_commit_entry() 1088 static int airoha_ppe_flow_offload_replace(struct airoha_eth *eth, in airoha_ppe_flow_offload_replace() [all …]
|
| H A D | airoha_eth.c | 77 struct airoha_eth *eth = dev->eth; in airoha_set_macaddr() 146 static void airoha_set_gdm_port_fwd_cfg(struct airoha_eth *eth, u32 addr, in airoha_set_gdm_port_fwd_cfg() 162 struct airoha_eth *eth = dev->eth; in airoha_set_vip_for_gdm_port() 177 static void airoha_fe_maccr_init(struct airoha_eth *eth) in airoha_fe_maccr_init() 197 static void airoha_fe_vip_setup(struct airoha_eth *eth) in airoha_fe_vip_setup() 261 static u32 airoha_fe_get_pse_queue_rsv_pages(struct airoha_eth *eth, in airoha_fe_get_pse_queue_rsv_pages() 273 static void airoha_fe_set_pse_queue_rsv_pages(struct airoha_eth *eth, in airoha_fe_set_pse_queue_rsv_pages() 286 static u32 airoha_fe_get_pse_all_rsv(struct airoha_eth *eth) in airoha_fe_get_pse_all_rsv() 291 static int airoha_fe_set_pse_oq_rsv(struct airoha_eth *eth, in airoha_fe_set_pse_oq_rsv() 324 static void airoha_fe_pse_ports_init(struct airoha_eth *eth) in airoha_fe_pse_ports_init() [all …]
|
| H A D | Makefile | 7 airoha-eth-y := airoha_eth.o airoha_ppe.o
|