Searched refs:IOP_RESULT_SUCCESS (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dhptiop.h177 IOP_RESULT_SUCCESS, enumerator in enum:hpt_iop_result_type
H A Dhptiop.c201 req->header.result = cpu_to_le32(IOP_RESULT_SUCCESS);
252 req->header.result = IOP_RESULT_SUCCESS;
743 case IOP_RESULT_SUCCESS:
796 req->header.result = cpu_to_le32(IOP_RESULT_SUCCESS);
826 if (readl(&req->result) == IOP_RESULT_SUCCESS) {

Completed in 44 milliseconds