xpt_merge_ccb
xpt_merge_ccb(ccb, inccb);
xpt_merge_ccb(&ccb, inccb);
void xpt_merge_ccb(union ccb *dst_ccb,
xpt_merge_ccb(start_ccb, &io_req->ccb);