@@ -38,15 +38,15 @@ enum bnxt_ulp_action_bit {
BNXT_ULP_ACTION_BIT_VPORT = 0x0000000000000040,
BNXT_ULP_ACTION_BIT_VXLAN_DECAP = 0x0000000000000080,
BNXT_ULP_ACTION_BIT_NVGRE_DECAP = 0x0000000000000100,
- BNXT_ULP_ACTION_BIT_OF_POP_MPLS = 0x0000000000000200,
- BNXT_ULP_ACTION_BIT_OF_PUSH_MPLS = 0x0000000000000400,
+ BNXT_ULP_ACTION_BIT_POP_MPLS = 0x0000000000000200,
+ BNXT_ULP_ACTION_BIT_PUSH_MPLS = 0x0000000000000400,
BNXT_ULP_ACTION_BIT_MAC_SWAP = 0x0000000000000800,
BNXT_ULP_ACTION_BIT_SET_MAC_SRC = 0x0000000000001000,
BNXT_ULP_ACTION_BIT_SET_MAC_DST = 0x0000000000002000,
- BNXT_ULP_ACTION_BIT_OF_POP_VLAN = 0x0000000000004000,
- BNXT_ULP_ACTION_BIT_OF_PUSH_VLAN = 0x0000000000008000,
- BNXT_ULP_ACTION_BIT_OF_SET_VLAN_PCP = 0x0000000000010000,
- BNXT_ULP_ACTION_BIT_OF_SET_VLAN_VID = 0x0000000000020000,
+ BNXT_ULP_ACTION_BIT_POP_VLAN = 0x0000000000004000,
+ BNXT_ULP_ACTION_BIT_PUSH_VLAN = 0x0000000000008000,
+ BNXT_ULP_ACTION_BIT_SET_VLAN_PCP = 0x0000000000010000,
+ BNXT_ULP_ACTION_BIT_SET_VLAN_VID = 0x0000000000020000,
BNXT_ULP_ACTION_BIT_SET_IPV4_SRC = 0x0000000000040000,
BNXT_ULP_ACTION_BIT_SET_IPV4_DST = 0x0000000000080000,
BNXT_ULP_ACTION_BIT_SET_IPV6_SRC = 0x0000000000100000,