Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1683 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_bpl_prot() local
1776 protphysaddr = sg_dma_address(sgpe) + protgroup_offset; in lpfc_bg_setup_bpl_prot()
1777 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_bpl_prot()
1795 protgroup_offset += protgroup_remainder; in lpfc_bg_setup_bpl_prot()
1799 protgroup_offset = 0; in lpfc_bg_setup_bpl_prot()
1857 if (protgroup_offset) { in lpfc_bg_setup_bpl_prot()
2108 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_sgl_prot() local
2237 protphysaddr = sg_dma_address(sgpe) + protgroup_offset; in lpfc_bg_setup_sgl_prot()
2238 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_sgl_prot()
2257 protgroup_offset += protgroup_remainder; in lpfc_bg_setup_sgl_prot()
[all …]