Home
last modified time | relevance | path

Searched refs:cls_flows (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.h223 * entry in the cls_flows table for each different flow_id.
224 * This relies on entries having the same flow_id in the cls_flows table being
230 cls_flows[(i)].flow_id == cls_flows[(i) - 1].flow_id) \
241 if (cls_flows[(i)].flow_type != (type)) \
247 if ((cls_flows[(i)].flow_type & (type)) != (type)) \
H A Dmvpp2_cls.c25 static const struct mvpp2_cls_flow cls_flows[MVPP2_N_PRS_FLOWS] = { variable
720 return &cls_flows[flow]; in mvpp2_cls_flow_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.h223 * entry in the cls_flows table for each different flow_id.
224 * This relies on entries having the same flow_id in the cls_flows table being
230 cls_flows[(i)].flow_id == cls_flows[(i) - 1].flow_id) \
241 if (cls_flows[(i)].flow_type != (type)) \
247 if ((cls_flows[(i)].flow_type & (type)) != (type)) \
H A Dmvpp2_cls.c25 static const struct mvpp2_cls_flow cls_flows[MVPP2_N_PRS_FLOWS] = { variable
726 return &cls_flows[flow]; in mvpp2_cls_flow_get()

Completed in 10 milliseconds