Searched refs:pse_port (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mediatek/ |
D | mtk_ppe_offload.c | 191 int pse_port, dsa_port, queue; 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() 217 pse_port = PSE_GDM1_PORT; in mtk_flow_set_output_device() 219 pse_port = PSE_GDM2_PORT; in mtk_flow_set_output_device() 221 pse_port = PSE_GDM3_PORT; in mtk_flow_set_output_device() 229 queue = pse_port - 1; in mtk_flow_set_output_device() 234 mtk_foe_entry_set_pse_port(eth, foe, pse_port); in mtk_flow_set_output_device()
|
D | mtk_ppe.h | 376 int type, int l4proto, u8 pse_port, u8 *src_mac,
|
D | mtk_ppe.c | 210 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()
|