Home
last modified time | relevance | path

Searched refs:ICE_AQC_RULE_ID_M (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_switch.c832 cmd->rule_id = CPU_TO_LE16(((*rule_id) & ICE_AQC_RULE_ID_M) | in ice_aq_add_update_mir_rule()
840 *rule_id = LE16_TO_CPU(cmd->rule_id) & ICE_AQC_RULE_ID_M; in ice_aq_add_update_mir_rule()
H A Dice_adminq_cmd.h687 #define ICE_AQC_RULE_ID_M (0x3F << ICE_AQC_RULE_ID_S) macro