Home | History | Annotate | Download | only in ic

Lines Matching refs:ccb_req

356 	ccb->ccb_req.next = 0;
357 ccb->ccb_req.error = 0;
358 ccb->ccb_req.reserved = 0;
359 ccb->ccb_req.bcount = htole16(howmany(size, DEV_BSIZE));
360 ccb->ccb_req.command = command;
361 ccb->ccb_req.sgcount = nsegs;
362 ccb->ccb_req.blkno = htole32(blkno);
477 error = ccb->ccb_req.error;
582 if ((off & 3) != 0 && ccb->ccb_req.error == 0)
583 ccb->ccb_req.error = CAC_RET_CMD_REJECTED;