Searched refs:pde7 (Results 1 – 1 of 1) sorted by relevance
1710 struct lpfc_pde7 *pde7 = NULL; in lpfc_bg_setup_bpl_prot() local1813 pde7 = (struct lpfc_pde7 *) bpl; in lpfc_bg_setup_bpl_prot()1814 memset(pde7, 0, sizeof(struct lpfc_pde7)); in lpfc_bg_setup_bpl_prot()1815 bf_set(pde7_type, pde7, LPFC_PDE7_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()1817 pde7->addrHigh = le32_to_cpu(putPaddrHigh(protphysaddr)); in lpfc_bg_setup_bpl_prot()1818 pde7->addrLow = le32_to_cpu(putPaddrLow(protphysaddr)); in lpfc_bg_setup_bpl_prot()1824 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) { in lpfc_bg_setup_bpl_prot()1825 protgroup_remainder = 0x1000 - (pde7->addrLow & 0xfff); in lpfc_bg_setup_bpl_prot()