We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a2e00 commit c522d1fCopy full SHA for c522d1f
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h
@@ -541,7 +541,7 @@ struct ice_sw_rule_lkup_rx_tx {
541
#define ICE_SINGLE_ACT_OTHER_ACTS 0x3
542
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_S 17
543
#define ICE_SINGLE_OTHER_ACT_IDENTIFIER_M \
544
- (0x3 << \ ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
+ (0x3 << ICE_SINGLE_OTHER_ACT_IDENTIFIER_S)
545
546
/* Bit 17:18 - Defines other actions */
547
/* Other action = 0 - Mirror VSI */
0 commit comments