Searched refs:pde7 (Results 1 – 1 of 1) sorted by relevance
1684 struct lpfc_pde7 *pde7 = NULL; in lpfc_bg_setup_bpl_prot() local1787 pde7 = (struct lpfc_pde7 *) bpl; in lpfc_bg_setup_bpl_prot()1788 memset(pde7, 0, sizeof(struct lpfc_pde7)); in lpfc_bg_setup_bpl_prot()1789 bf_set(pde7_type, pde7, LPFC_PDE7_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()1791 pde7->addrHigh = le32_to_cpu(putPaddrHigh(protphysaddr)); in lpfc_bg_setup_bpl_prot()1792 pde7->addrLow = le32_to_cpu(putPaddrLow(protphysaddr)); in lpfc_bg_setup_bpl_prot()1798 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) { in lpfc_bg_setup_bpl_prot()1799 protgroup_remainder = 0x1000 - (pde7->addrLow & 0xfff); in lpfc_bg_setup_bpl_prot()