Searched refs:k_ccbh (Results 1 – 1 of 1) sorted by relevance
653 struct ccb_hdr *u_ccbh, *k_ccbh; in targusermerge() local658 k_ccbh = &ccb->ccb_h; in targusermerge()664 xpt_setup_ccb(k_ccbh, softc->path, descr->priority); in targusermerge()665 k_ccbh->retry_count = fuword32(&u_ccbh->retry_count); in targusermerge()666 k_ccbh->func_code = descr->func_code; in targusermerge()667 k_ccbh->flags = fuword32(&u_ccbh->flags); in targusermerge()668 k_ccbh->timeout = fuword32(&u_ccbh->timeout); in targusermerge()669 ccb_len = targccblen(k_ccbh->func_code) - sizeof(struct ccb_hdr); in targusermerge()670 error = copyin(u_ccbh + 1, k_ccbh + 1, ccb_len); in targusermerge()672 k_ccbh->status = CAM_REQ_CMP_ERR; in targusermerge()[all …]