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

/freebsd-13-stable/sys/dev/ice/
H A Dice_switch.c779 cmd->rule_id = CPU_TO_LE16(((*rule_id) & ICE_AQC_RULE_ID_M) |
787 *rule_id = LE16_TO_CPU(cmd->rule_id) & ICE_AQC_RULE_ID_M;
H A Dice_adminq_cmd.h625 #define ICE_AQC_RULE_ID_M (0x3F << ICE_AQC_RULE_ID_S) macro

Completed in 118 milliseconds