Searched refs:CXL_FW_CANCEL (Results 1 – 2 of 2) sorted by relevance
783 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_prepare()822 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_write()899 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_poll_complete()909 set_bit(CXL_FW_CANCEL, mds->fw.state); in cxl_fw_cancel()
342 #define CXL_FW_CANCEL 0 macro