Searched refs:VCAP_ACT_SET (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mscc/ |
| D | ocelot_ace.c | 303 #define VCAP_ACT_SET(fld, val) \ macro 311 VCAP_ACT_SET(PORT_MASK, 0x0); in is2_action_set() 312 VCAP_ACT_SET(MASK_MODE, 0x1); in is2_action_set() 313 VCAP_ACT_SET(POLICE_ENA, 0x1); in is2_action_set() 314 VCAP_ACT_SET(POLICE_IDX, OCELOT_POLICER_DISCARD); in is2_action_set() 315 VCAP_ACT_SET(CPU_QU_NUM, 0x0); in is2_action_set() 316 VCAP_ACT_SET(CPU_COPY_ENA, 0x0); in is2_action_set() 319 VCAP_ACT_SET(PORT_MASK, 0x0); in is2_action_set() 320 VCAP_ACT_SET(MASK_MODE, 0x1); in is2_action_set() 321 VCAP_ACT_SET(POLICE_ENA, 0x0); in is2_action_set() [all …]
|