Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c192 int pse_port, dsa_port, queue; in mtk_flow_set_output_device() local
200 pse_port = PSE_WDMA0_PORT; in mtk_flow_set_output_device()
203 pse_port = PSE_WDMA1_PORT; in mtk_flow_set_output_device()
206 pse_port = PSE_WDMA2_PORT; in mtk_flow_set_output_device()
212 pse_port = 3; in mtk_flow_set_output_device()
221 pse_port = PSE_GDM1_PORT; in mtk_flow_set_output_device()
223 pse_port = PSE_GDM2_PORT; in mtk_flow_set_output_device()
225 pse_port = PSE_GDM3_PORT; in mtk_flow_set_output_device()
233 queue = pse_port - 1; in mtk_flow_set_output_device()
238 mtk_foe_entry_set_pse_port(eth, foe, pse_port); in mtk_flow_set_output_device()
H A Dmtk_ppe.h376 int type, int l4proto, u8 pse_port, u8 *src_mac,
H A Dmtk_ppe.c210 int type, int l4proto, u8 pse_port, u8 *src_mac, in mtk_foe_entry_prepare() argument
225 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT_V2, pse_port) | in mtk_foe_entry_prepare()
236 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT, pse_port) | in mtk_foe_entry_prepare()