Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c2020 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_bpl_prot() local
2114 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_bpl_prot()
2117 BUG_ON(protgroup_len % 8); in lpfc_bg_setup_bpl_prot()
2126 protgrp_blks = protgroup_len / 8; in lpfc_bg_setup_bpl_prot()
2130 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) { in lpfc_bg_setup_bpl_prot()
2398 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder; in lpfc_bg_setup_sgl_prot() local
2498 protgroup_len = sg_dma_len(sgpe) - protgroup_offset; in lpfc_bg_setup_sgl_prot()
2501 BUG_ON(protgroup_len % 8); in lpfc_bg_setup_sgl_prot()
2510 protgrp_blks = protgroup_len / 8; in lpfc_bg_setup_sgl_prot()
2514 if ((sgl->addr_lo & 0xfff) + protgroup_len > 0x1000) { in lpfc_bg_setup_sgl_prot()