Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1691 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_bpl_prot() local
1784 protphysaddr = sg_dma_address(sgpe) + protgroup_offset; in lpfc_bg_setup_bpl_prot()
1785 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_bpl_prot()
1803 protgroup_offset += protgroup_remainder; in lpfc_bg_setup_bpl_prot()
1807 protgroup_offset = 0; in lpfc_bg_setup_bpl_prot()
1865 if (protgroup_offset) { in lpfc_bg_setup_bpl_prot()
2123 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_sgl_prot() local
2263 protphysaddr = sg_dma_address(sgpe) + protgroup_offset; in lpfc_bg_setup_sgl_prot()
2264 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_sgl_prot()
2283 protgroup_offset += protgroup_remainder; in lpfc_bg_setup_sgl_prot()
[all …]