Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_scsi.c1981 struct sli4_sge_diseed *diseed = NULL; in lpfc_bg_setup_sgl() local
2016 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl()
2017 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl()
2021 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl()
2022 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl()
2030 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl()
2032 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl()
2035 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl()
2037 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl()
2041 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
[all …]