Home
last modified time | relevance | path

Searched refs:sgpe (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c957 struct scatterlist *sgpe; /* s/g prot entry */ in lpfc_bg_err_inject() local
972 sgpe = scsi_prot_sglist(sc); in lpfc_bg_err_inject()
984 if (sgpe) { in lpfc_bg_err_inject()
986 numblks = sg_dma_len(sgpe) / in lpfc_bg_err_inject()
1014 if (sgpe) { in lpfc_bg_err_inject()
1015 src = (struct scsi_dif_tuple *)sg_virt(sgpe); in lpfc_bg_err_inject()
1676 struct scatterlist *sgpe = NULL; /* s/g prot entry */ in lpfc_bg_setup_bpl_prot() local
1698 sgpe = scsi_prot_sglist(sc); in lpfc_bg_setup_bpl_prot()
1701 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()
1704 sgpe, sgde); in lpfc_bg_setup_bpl_prot()
[all …]