Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_scsi.c1714 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_bpl_prot() local
1807 protphysaddr = sg_dma_address(sgpe) + protgroup_offset; in lpfc_bg_setup_bpl_prot()
1808 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_bpl_prot()
1826 protgroup_offset += protgroup_remainder; in lpfc_bg_setup_bpl_prot()
1830 protgroup_offset = 0; in lpfc_bg_setup_bpl_prot()
1889 if (protgroup_offset) { in lpfc_bg_setup_bpl_prot()
2138 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_sgl_prot() local
2268 protphysaddr = sg_dma_address(sgpe) + protgroup_offset; in lpfc_bg_setup_sgl_prot()
2269 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_sgl_prot()
2288 protgroup_offset += protgroup_remainder; in lpfc_bg_setup_sgl_prot()
[all …]