Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c411 fe->data[2] &= ~MVPP2_CLS_FLOW_TBL2_FLD(field_index, in mvpp2_cls_flow_hek_set()
413 fe->data[2] |= MVPP2_CLS_FLOW_TBL2_FLD(field_index, field_id); in mvpp2_cls_flow_hek_set()
H A Dmvpp2.h130 #define MVPP2_CLS_FLOW_TBL2_FLD(n, x) ((x) << ((n) * 6)) macro