Lines Matching refs:protsegcnt
2501 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction;
2560 protsegcnt = dma_map_sg(&phba->pcidev->dev,
2563 if (unlikely(!protsegcnt)) {
2568 lpfc_cmd->prot_seg_cnt = protsegcnt;
2581 datasegcnt, protsegcnt);
2696 int prot, protsegcnt;
2720 protsegcnt = lpfc_cmd->prot_seg_cnt;
2722 if (sgpe && protsegcnt) {
2739 while (src && protsegcnt) {
2817 protsegcnt--;
3298 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction;
3366 protsegcnt = dma_map_sg(&phba->pcidev->dev,
3369 if (unlikely(!protsegcnt)) {
3374 lpfc_cmd->prot_seg_cnt = protsegcnt;
3387 datasegcnt, protsegcnt, lpfc_cmd);