Searched refs:pde5 (Results 1 – 1 of 1) sorted by relevance
1536 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl() local1566 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl()1567 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl()1568 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl()1571 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl()1572 pde5->reftag = cpu_to_le32(reftag); in lpfc_bg_setup_bpl()1677 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl_prot() local1733 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl_prot()1734 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl_prot()1735 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()[all …]