Searched refs:airoha_npu (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/soc/airoha/ |
| H A D | airoha_offload.h | 166 struct airoha_npu { struct 172 struct airoha_npu *npu; argument 183 int (*ppe_init)(struct airoha_npu *npu); argument 184 int (*ppe_deinit)(struct airoha_npu *npu); 185 int (*ppe_init_stats)(struct airoha_npu *npu, 187 int (*ppe_flush_sram_entries)(struct airoha_npu *npu, 190 int (*ppe_foe_commit_entry)(struct airoha_npu *npu, 194 int (*wlan_init_reserved_memory)(struct airoha_npu *npu); 195 int (*wlan_send_msg)(struct airoha_npu *npu, int ifindex, 198 int (*wlan_get_msg)(struct airoha_npu *npu, int ifindex, [all …]
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | Makefile | 9 obj-$(CONFIG_NET_AIROHA_NPU) += airoha_npu.o
|
| H A D | airoha_ppe.c | 613 struct airoha_npu *npu, in airoha_ppe_foe_flow_stat_entry_reset() 621 struct airoha_npu *npu) in airoha_ppe_foe_flow_stats_reset() 634 struct airoha_npu *npu, in airoha_ppe_foe_flow_stats_update() 778 struct airoha_npu *npu; in airoha_ppe_foe_commit_entry() 1311 struct airoha_npu *npu; in airoha_ppe_foe_entry_get_stats() 1402 static struct airoha_npu *airoha_ppe_npu_get(struct airoha_eth *eth) in airoha_ppe_npu_get() 1404 struct airoha_npu *npu = airoha_npu_get(eth->dev); in airoha_ppe_npu_get() 1439 struct airoha_npu *npu = airoha_ppe_npu_get(eth); in airoha_ppe_offload_setup() 1669 struct airoha_npu *npu; in airoha_ppe_deinit()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | dma.h | 63 struct airoha_npu *npu; in mt76_dma_handle_read() 91 struct airoha_npu *npu; in mt76_dma_handle_write()
|
| H A D | mt76.h | 728 struct airoha_npu __rcu *npu; 1755 static inline int mt76_npu_send_msg(struct airoha_npu *npu, int ifindex, in mt76_npu_send_msg() 1763 static inline int mt76_npu_get_msg(struct airoha_npu *npu, int ifindex, in mt76_npu_get_msg()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 727 struct airoha_npu *npu; in mt7996_rx_poll_complete()
|