Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c191 int pse_port, dsa_port; in mtk_flow_set_output_device() local
199 pse_port = 8; in mtk_flow_set_output_device()
202 pse_port = 9; in mtk_flow_set_output_device()
208 pse_port = 3; in mtk_flow_set_output_device()
219 pse_port = 1; in mtk_flow_set_output_device()
221 pse_port = 2; in mtk_flow_set_output_device()
226 mtk_foe_entry_set_pse_port(eth, foe, pse_port); in mtk_flow_set_output_device()
Dmtk_ppe.c160 int type, int l4proto, u8 pse_port, u8 *src_mac, in mtk_foe_entry_prepare() argument
175 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT_V2, pse_port) | in mtk_foe_entry_prepare()
184 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT, pse_port) | in mtk_foe_entry_prepare()
Dmtk_ppe.h334 int type, int l4proto, u8 pse_port, u8 *src_mac,