Searched refs:CXL_FW_CANCEL (Results 1 – 2 of 2) sorted by relevance
827 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_prepare()866 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_write()943 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_poll_complete()953 set_bit(CXL_FW_CANCEL, mds->fw.state); in cxl_fw_cancel()
339 #define CXL_FW_CANCEL 0 macro