Searched refs:FIRMWARE_FIRST_FLAG (Results 1 – 2 of 2) sorted by relevance
182 if (test_bit(FIRMWARE_FIRST_FLAG, &rcfw->flags)) { in __send_message()188 cmdq_prod |= BIT(FIRMWARE_FIRST_FLAG); in __send_message()189 clear_bit(FIRMWARE_FIRST_FLAG, &rcfw->flags); in __send_message()704 set_bit(FIRMWARE_FIRST_FLAG, &rcfw->flags); in bnxt_qplib_enable_rcfw_channel()
239 #define FIRMWARE_FIRST_FLAG 31 macro