Home
last modified time | relevance | path

Searched refs:foe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c57 mtk_flow_set_ipv4_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv4_addr() argument
60 return mtk_foe_entry_set_ipv4_tuple(eth, foe, egress, in mtk_flow_set_ipv4_addr()
66 mtk_flow_set_ipv6_addr(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_ipv6_addr() argument
69 return mtk_foe_entry_set_ipv6_tuple(eth, foe, in mtk_flow_set_ipv6_addr()
191 mtk_flow_set_output_device(struct mtk_eth *eth, struct mtk_foe_entry *foe, in mtk_flow_set_output_device() argument
199 mtk_foe_entry_set_wdma(eth, foe, info.wdma_idx, info.queue, in mtk_flow_set_output_device()
234 mtk_foe_entry_set_dsa(eth, foe, dsa_port); in mtk_flow_set_output_device()
239 mtk_foe_entry_set_queue(eth, foe, queue); in mtk_flow_set_output_device()
242 mtk_foe_entry_set_pse_port(eth, foe, pse_port); in mtk_flow_set_output_device()
274 struct mtk_foe_entry foe; in mtk_flow_offload_replace() local
[all …]
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c641 u32 *hwe = ppe->foe + hash * sizeof(struct airoha_foe_entry); in airoha_ppe_foe_get_entry_locked()
662 return ppe->foe + hash * sizeof(struct airoha_foe_entry); in airoha_ppe_foe_get_entry_locked()
696 struct airoha_foe_entry *hwe = ppe->foe + hash * sizeof(*hwe); in airoha_ppe_foe_commit_sram_entry()
720 struct airoha_foe_entry *hwe = ppe->foe + hash * sizeof(*hwe); in airoha_ppe_foe_commit_entry()
1332 struct airoha_foe_entry *hwe = ppe->foe; in airoha_ppe_flush_sram_entries()
1560 ppe->foe = dmam_alloc_coherent(eth->dev, foe_size, &ppe->foe_dma, in airoha_ppe_init()
1562 if (!ppe->foe) in airoha_ppe_init()
H A Dairoha_eth.h561 void *foe; member