Searched refs:pse_port (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mediatek/ |
D | mtk_ppe_offload.c | 192 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()
|
D | mtk_ppe.c | 213 int type, int l4proto, u8 pse_port, u8 *src_mac, in mtk_foe_entry_prepare() argument 228 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT_V2, pse_port) | in mtk_foe_entry_prepare() 239 val = FIELD_PREP(MTK_FOE_IB2_DEST_PORT, pse_port) | in mtk_foe_entry_prepare()
|
D | mtk_ppe.h | 376 int type, int l4proto, u8 pse_port, u8 *src_mac,
|