Searched refs:MVPP2_CLS_FLOW_TBL2_FLD (Results 1 – 2 of 2) sorted by relevance
405 fe->data[2] &= ~MVPP2_CLS_FLOW_TBL2_FLD(field_index, in mvpp2_cls_flow_hek_set()407 fe->data[2] |= MVPP2_CLS_FLOW_TBL2_FLD(field_index, field_id); in mvpp2_cls_flow_hek_set()
127 #define MVPP2_CLS_FLOW_TBL2_FLD(n, x) ((x) << ((n) * 6)) macro