Searched refs:prot_seg_cnt (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c630 lpfc_cmd->prot_seg_cnt = 0;
713 psb->prot_seg_cnt = 0;
739 psb->prot_seg_cnt = 0;
2565 lpfc_cmd->prot_seg_cnt = protsegcnt;
2571 if ((lpfc_cmd->prot_seg_cnt * 4) >
2631 if (lpfc_cmd->prot_seg_cnt)
2639 lpfc_cmd->seg_cnt, lpfc_cmd->prot_seg_cnt,
2644 lpfc_cmd->prot_seg_cnt = 0;
2717 protsegcnt = lpfc_cmd->prot_seg_cnt;
3375 lpfc_cmd->prot_seg_cnt
[all...]
H A Dlpfc_sli.h461 uint32_t prot_seg_cnt; /* seg_cnt's counterpart for member in struct:lpfc_io_buf::__anon113::__anon114
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c2464 prm->prot_seg_cnt = dma_map_sg(&cmd->qpair->pdev->dev,
2467 if (unlikely(prm->prot_seg_cnt == 0))
2473 prm->prot_seg_cnt = DIV_ROUND_UP(cmd->bufflen,
2475 prm->tot_dsds += prm->prot_seg_cnt;
2477 prm->tot_dsds += prm->prot_seg_cnt;
2796 prm->prot_seg_cnt = 0;
3073 prm->prot_sg, prm->prot_seg_cnt, se_cmd->t_task_lba);
3203 cpu_to_le16(prm->tot_dsds - prm->prot_seg_cnt);
3225 if (!bundling && prm->prot_seg_cnt) {
3230 (prm->tot_dsds - prm->prot_seg_cnt),
[all...]
H A Dqla_target.h992 uint16_t prot_seg_cnt; member in struct:qla_tgt_prm

Completed in 200 milliseconds