Lines Matching refs:diseed

1936 	struct sli4_sge_diseed *diseed = NULL;  in lpfc_bg_setup_sgl()  local
1971 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl()
1972 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl()
1976 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl()
1977 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl()
1985 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl()
1987 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl()
1990 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl()
1992 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl()
1996 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
1997 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl()
1999 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl()
2000 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl()
2003 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl()
2004 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl()
2120 struct sli4_sge_diseed *diseed = NULL; in lpfc_bg_setup_sgl_prot() local
2206 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl_prot()
2207 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl_prot()
2211 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl_prot()
2212 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl_prot()
2215 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl_prot()
2217 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl_prot()
2233 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl_prot()
2235 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl_prot()
2238 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()
2239 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl_prot()
2241 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl_prot()
2242 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl_prot()
2245 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl_prot()
2246 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl_prot()