Searched refs:FIRMWARE_FIRST_FLAG (Results 1 – 2 of 2) sorted by relevance
172 if (test_bit(FIRMWARE_FIRST_FLAG, &rcfw->flags)) { in __send_message()178 cmdq_prod |= BIT(FIRMWARE_FIRST_FLAG); in __send_message()179 clear_bit(FIRMWARE_FIRST_FLAG, &rcfw->flags); in __send_message()666 set_bit(FIRMWARE_FIRST_FLAG, &rcfw->flags); in bnxt_qplib_enable_rcfw_channel()
167 #define FIRMWARE_FIRST_FLAG 31 macro