Home
last modified time | relevance | path

Searched refs:datasegcnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1564 struct ulp_bde64 *bpl, int datasegcnt) in lpfc_bg_setup_bpl()
1645 scsi_for_each_sg(sc, sgde, datasegcnt, i) { in lpfc_bg_setup_bpl()
1949 struct sli4_sge *sgl, int datasegcnt, in lpfc_bg_setup_sgl()
2028 for (i = 0; i < datasegcnt; i++) { in lpfc_bg_setup_sgl()
2034 ((datasegcnt - 1) != i)) { in lpfc_bg_setup_sgl()
2054 if ((datasegcnt - 1) == i) in lpfc_bg_setup_sgl()
2528 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction; in lpfc_bg_scsi_prep_dma_buf_s3() local
2546 datasegcnt = dma_map_sg(&phba->pcidev->dev, in lpfc_bg_scsi_prep_dma_buf_s3()
2549 if (unlikely(!datasegcnt)) in lpfc_bg_scsi_prep_dma_buf_s3()
2552 lpfc_cmd->seg_cnt = datasegcnt; in lpfc_bg_scsi_prep_dma_buf_s3()
1563 lpfc_bg_setup_bpl(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct ulp_bde64 *bpl, int datasegcnt) lpfc_bg_setup_bpl() argument
1948 lpfc_bg_setup_sgl(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct sli4_sge *sgl, int datasegcnt, struct lpfc_io_buf *lpfc_cmd) lpfc_bg_setup_sgl() argument
3267 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction; lpfc_bg_scsi_prep_dma_buf_s4() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1510 * @datasegcnt: number of segments of data that have been dma mapped
1538 struct ulp_bde64 *bpl, int datasegcnt) in lpfc_bg_setup_bpl()
1619 scsi_for_each_sg(sc, sgde, datasegcnt, i) { in lpfc_bg_setup_bpl()
1896 * @datasegcnt: number of segments of data that have been dma mapped
1923 struct sli4_sge *sgl, int datasegcnt, in lpfc_bg_setup_sgl()
2002 for (i = 0; i < datasegcnt; i++) { in lpfc_bg_setup_sgl()
2008 ((datasegcnt - 1) != i)) { in lpfc_bg_setup_sgl()
2028 if ((datasegcnt - 1) == i) in lpfc_bg_setup_sgl()
2501 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction; in lpfc_bg_scsi_prep_dma_buf_s3() local
2519 datasegcnt in lpfc_bg_scsi_prep_dma_buf_s3()
1537 lpfc_bg_setup_bpl(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct ulp_bde64 *bpl, int datasegcnt) lpfc_bg_setup_bpl() argument
1922 lpfc_bg_setup_sgl(struct lpfc_hba *phba, struct scsi_cmnd *sc, struct sli4_sge *sgl, int datasegcnt, struct lpfc_io_buf *lpfc_cmd) lpfc_bg_setup_sgl() argument
3298 int datasegcnt, protsegcnt, datadir = scsi_cmnd->sc_data_direction; lpfc_bg_scsi_prep_dma_buf_s4() local
[all...]

Completed in 8 milliseconds