Lines Matching refs:cpb
228 struct inic_cpb cpb;
330 struct inic_cpb *cpb = &pp->pkt->cpb;
353 if (cpb->resp_flags & CPB_RESP_IGNORED) {
359 if (cpb->resp_flags & CPB_RESP_ATA_ERR)
362 if (cpb->resp_flags & CPB_RESP_SPURIOUS) {
368 if (cpb->resp_flags &
485 struct inic_cpb *cpb = &pkt->cpb;
497 cpb->ctl_flags = CPB_CTL_VALID | CPB_CTL_IEN;
499 cpb->ctl_flags |= CPB_CTL_DATA;
501 cpb->len = cpu_to_le32(qc->nbytes + cdb_len);
502 cpb->prd = cpu_to_le32(pp->pkt_dma + offsetof(struct inic_pkt, prd));
504 cpb->device = qc->tf.device;
505 cpb->feature = qc->tf.feature;
506 cpb->nsect = qc->tf.nsect;
507 cpb->lbal = qc->tf.lbal;
508 cpb->lbam = qc->tf.lbam;
509 cpb->lbah = qc->tf.lbah;
512 cpb->hob_feature = qc->tf.hob_feature;
513 cpb->hob_nsect = qc->tf.hob_nsect;
514 cpb->hob_lbal = qc->tf.hob_lbal;
515 cpb->hob_lbam = qc->tf.hob_lbam;
516 cpb->hob_lbah = qc->tf.hob_lbah;
519 cpb->command = qc->tf.command;