Lines Matching refs:pde5
1563 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl() local
1593 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl()
1594 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl()
1595 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl()
1598 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl()
1599 pde5->reftag = cpu_to_le32(reftag); in lpfc_bg_setup_bpl()
1704 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl_prot() local
1760 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl_prot()
1761 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl_prot()
1762 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()
1765 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl_prot()
1766 pde5->reftag = cpu_to_le32(reftag); in lpfc_bg_setup_bpl_prot()