Home
last modified time | relevance | path

Searched refs:pde5 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1544 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl() local
1574 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl()
1575 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl()
1576 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl()
1579 pde5->word0 = cpu_to_le32(pde5->word0); in lpfc_bg_setup_bpl()
1580 pde5->reftag = cpu_to_le32(reftag); in lpfc_bg_setup_bpl()
1685 struct lpfc_pde5 *pde5 = NULL; in lpfc_bg_setup_bpl_prot() local
1741 pde5 = (struct lpfc_pde5 *) bpl; in lpfc_bg_setup_bpl_prot()
1742 memset(pde5, 0, sizeof(struct lpfc_pde5)); in lpfc_bg_setup_bpl_prot()
1743 bf_set(pde5_type, pde5, LPFC_PDE5_DESCRIPTOR); in lpfc_bg_setup_bpl_prot()
[all …]