Searched refs:CXL_FW_CANCEL (Results 1 – 2 of 2) sorted by relevance
851 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_prepare()891 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_write()968 if (test_and_clear_bit(CXL_FW_CANCEL, mds->fw.state)) in cxl_fw_poll_complete()978 set_bit(CXL_FW_CANCEL, mds->fw.state); in cxl_fw_cancel()
345 #define CXL_FW_CANCEL 0 macro