Lines Matching refs:pde5
1590 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl() local
1622 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl()
1623 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl()
1624 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl()
1627 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl()
1628 pde5->reftag = cpu_to_le32(reftag); in lpfc_bg_setup_bpl()
1733 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl_prot() local
1791 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl_prot()
1792 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl_prot()
1793 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()
1796 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl_prot()
1797 pde5->reftag = cpu_to_le32(reftag); in lpfc_bg_setup_bpl_prot()