Lines Matching refs:diseed

1922 	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()
1981 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl()
1983 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl()
1984 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl()
1987 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl()
1988 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl()
2104 struct sli4_sge_diseed *diseed = NULL; in lpfc_bg_setup_sgl_prot() local
2188 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl_prot()
2189 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl_prot()
2193 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl_prot()
2194 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl_prot()
2197 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl_prot()
2199 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl_prot()
2215 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl_prot()
2217 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl_prot()
2220 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()
2221 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl_prot()
2223 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl_prot()
2224 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl_prot()
2227 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl_prot()
2228 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl_prot()