Home
last modified time | relevance | path

Searched refs:MVPP2_CLS_FLOW_TBL0_PORT_ID_SEL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c433 fe->data[0] |= MVPP2_CLS_FLOW_TBL0_PORT_ID_SEL; in mvpp2_cls_flow_port_id_sel()
435 fe->data[0] &= ~MVPP2_CLS_FLOW_TBL0_PORT_ID_SEL; in mvpp2_cls_flow_port_id_sel()
H A Dmvpp2.h118 #define MVPP2_CLS_FLOW_TBL0_PORT_ID_SEL BIT(23) macro