prot_seg_cnt      663 drivers/scsi/lpfc/lpfc_scsi.c 	lpfc_cmd->prot_seg_cnt = 0;
prot_seg_cnt      762 drivers/scsi/lpfc/lpfc_scsi.c 	psb->prot_seg_cnt = 0;
prot_seg_cnt      788 drivers/scsi/lpfc/lpfc_scsi.c 	psb->prot_seg_cnt = 0;
prot_seg_cnt     2593 drivers/scsi/lpfc/lpfc_scsi.c 			lpfc_cmd->prot_seg_cnt = protsegcnt;
prot_seg_cnt     2599 drivers/scsi/lpfc/lpfc_scsi.c 			if ((lpfc_cmd->prot_seg_cnt * 4) >
prot_seg_cnt     2659 drivers/scsi/lpfc/lpfc_scsi.c 	if (lpfc_cmd->prot_seg_cnt)
prot_seg_cnt     2667 drivers/scsi/lpfc/lpfc_scsi.c 			lpfc_cmd->seg_cnt, lpfc_cmd->prot_seg_cnt,
prot_seg_cnt     2672 drivers/scsi/lpfc/lpfc_scsi.c 	lpfc_cmd->prot_seg_cnt = 0;
prot_seg_cnt     2745 drivers/scsi/lpfc/lpfc_scsi.c 	protsegcnt = lpfc_cmd->prot_seg_cnt;
prot_seg_cnt     3340 drivers/scsi/lpfc/lpfc_scsi.c 			lpfc_cmd->prot_seg_cnt = protsegcnt;
prot_seg_cnt     3345 drivers/scsi/lpfc/lpfc_scsi.c 			if (((lpfc_cmd->prot_seg_cnt * 3) >
prot_seg_cnt     3420 drivers/scsi/lpfc/lpfc_scsi.c 	if (lpfc_cmd->prot_seg_cnt)
prot_seg_cnt     3428 drivers/scsi/lpfc/lpfc_scsi.c 			lpfc_cmd->seg_cnt, lpfc_cmd->prot_seg_cnt,
prot_seg_cnt     3433 drivers/scsi/lpfc/lpfc_scsi.c 	lpfc_cmd->prot_seg_cnt = 0;
prot_seg_cnt     3588 drivers/scsi/lpfc/lpfc_scsi.c 	if (psb->prot_seg_cnt > 0)
prot_seg_cnt      410 drivers/scsi/lpfc/lpfc_sli.h 			uint32_t prot_seg_cnt;  /* seg_cnt's counterpart for
prot_seg_cnt     2418 drivers/scsi/qla2xxx/qla_target.c 			prm->prot_seg_cnt = dma_map_sg(&cmd->qpair->pdev->dev,
prot_seg_cnt     2421 drivers/scsi/qla2xxx/qla_target.c 			if (unlikely(prm->prot_seg_cnt == 0))
prot_seg_cnt     2427 drivers/scsi/qla2xxx/qla_target.c 				prm->prot_seg_cnt = DIV_ROUND_UP(cmd->bufflen,
prot_seg_cnt     2429 drivers/scsi/qla2xxx/qla_target.c 				prm->tot_dsds += prm->prot_seg_cnt;
prot_seg_cnt     2431 drivers/scsi/qla2xxx/qla_target.c 				prm->tot_dsds += prm->prot_seg_cnt;
prot_seg_cnt     2740 drivers/scsi/qla2xxx/qla_target.c 	prm->prot_seg_cnt = 0;
prot_seg_cnt     3013 drivers/scsi/qla2xxx/qla_target.c 		prm->prot_sg, prm->prot_seg_cnt, se_cmd->t_task_lba);
prot_seg_cnt     3143 drivers/scsi/qla2xxx/qla_target.c 			cpu_to_le16(prm->tot_dsds - prm->prot_seg_cnt);
prot_seg_cnt     3165 drivers/scsi/qla2xxx/qla_target.c 	if (!bundling && prm->prot_seg_cnt) {
prot_seg_cnt     3170 drivers/scsi/qla2xxx/qla_target.c 		(prm->tot_dsds - prm->prot_seg_cnt), &tc))
prot_seg_cnt     3173 drivers/scsi/qla2xxx/qla_target.c 	if (bundling && prm->prot_seg_cnt) {
prot_seg_cnt     3179 drivers/scsi/qla2xxx/qla_target.c 			prm->prot_seg_cnt, cmd))
prot_seg_cnt      980 drivers/scsi/qla2xxx/qla_target.h 	uint16_t prot_seg_cnt;