Searched refs:pde7 (Results 1 – 1 of 1) sorted by relevance
1746 struct lpfc_pde7 *pde7 = NULL; in lpfc_bg_setup_bpl_prot() local1851 pde7 = (struct lpfc_pde7 *) bpl; in lpfc_bg_setup_bpl_prot()1852 memset(pde7, 0, sizeof(struct lpfc_pde7)); in lpfc_bg_setup_bpl_prot()1853 bf_set(pde7_type, pde7, LPFC_PDE7_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()1855 pde7->addrHigh = le32_to_cpu(putPaddrHigh(protphysaddr)); in lpfc_bg_setup_bpl_prot()1856 pde7->addrLow = le32_to_cpu(putPaddrLow(protphysaddr)); in lpfc_bg_setup_bpl_prot()1862 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) { in lpfc_bg_setup_bpl_prot()1863 protgroup_remainder = 0x1000 - (pde7->addrLow & 0xfff); in lpfc_bg_setup_bpl_prot()