Searched refs:pde7 (Results 1 – 1 of 1) sorted by relevance
1679 struct lpfc_pde7 *pde7 = NULL; in lpfc_bg_setup_bpl_prot() local1782 pde7 = (struct lpfc_pde7 *) bpl; in lpfc_bg_setup_bpl_prot()1783 memset(pde7, 0, sizeof(struct lpfc_pde7)); in lpfc_bg_setup_bpl_prot()1784 bf_set(pde7_type, pde7, LPFC_PDE7_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()1786 pde7->addrHigh = le32_to_cpu(putPaddrHigh(protphysaddr)); in lpfc_bg_setup_bpl_prot()1787 pde7->addrLow = le32_to_cpu(putPaddrLow(protphysaddr)); in lpfc_bg_setup_bpl_prot()1793 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) { in lpfc_bg_setup_bpl_prot()1794 protgroup_remainder = 0x1000 - (pde7->addrLow & 0xfff); in lpfc_bg_setup_bpl_prot()