Lines Matching refs:protsegcnt
2528 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction;
2587 protsegcnt = dma_map_sg(&phba->pcidev->dev,
2590 if (unlikely(!protsegcnt)) {
2595 lpfc_cmd->prot_seg_cnt = protsegcnt;
2608 datasegcnt, protsegcnt);
2723 int prot, protsegcnt;
2747 protsegcnt = lpfc_cmd->prot_seg_cnt;
2749 if (sgpe && protsegcnt) {
2766 while (src && protsegcnt) {
2843 protsegcnt--;
3267 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction;
3335 protsegcnt = dma_map_sg(&phba->pcidev->dev,
3338 if (unlikely(!protsegcnt)) {
3343 lpfc_cmd->prot_seg_cnt = protsegcnt;
3356 datasegcnt, protsegcnt, lpfc_cmd);