Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1922 struct sli4_sge_diseed *diseed = NULL; in lpfc_bg_setup_sgl() local
1955 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl()
1956 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl()
1960 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl()
1961 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl()
1969 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl()
1971 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl()
1974 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl()
1976 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl()
1980 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
[all …]