Searched refs:mc_resid (Results 1 – 2 of 2) sorted by relevance
1547 mc->mc_resid = MLY_GET_REG4(sc, sc->mly_status_mailbox + 4); in mly_done()1576 mc->mc_resid = sp->status.residue; in mly_done()2345 debug(1, "SCSI_STATUS_CHECK_COND sense %d resid %d", mc->mc_sense, mc->mc_resid); in mly_cam_complete()2351 csio->resid = mc->mc_resid; /* XXX this is a signed value... */ in mly_cam_complete()2591 mly_printf(sc, " resid %d\n", mc->mc_resid); in mly_print_command()2914 uc->DataTransferLength = mc->mc_resid; in mly_user_command()
132 int32_t mc_resid; /* I/O residual count */ member