Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_scsi.c1564 struct lpfc_pde6 *pde6 = NULL; in lpfc_bg_setup_bpl() local
1604 pde6 = (struct lpfc_pde6 *) bpl; in lpfc_bg_setup_bpl()
1607 memset(pde6, 0, sizeof(struct lpfc_pde6)); in lpfc_bg_setup_bpl()
1608 bf_set(pde6_type, pde6, LPFC_PDE6_DESCRIPTOR); in lpfc_bg_setup_bpl()
1609 bf_set(pde6_optx, pde6, txop); in lpfc_bg_setup_bpl()
1610 bf_set(pde6_oprx, pde6, rxop); in lpfc_bg_setup_bpl()
1618 bf_set(pde6_ce, pde6, checking); in lpfc_bg_setup_bpl()
1620 bf_set(pde6_ce, pde6, 0); in lpfc_bg_setup_bpl()
1623 bf_set(pde6_re, pde6, checking); in lpfc_bg_setup_bpl()
1625 bf_set(pde6_re, pde6, 0); in lpfc_bg_setup_bpl()
[all …]