Lines Matching refs:diseed

1953 	struct sli4_sge_diseed *diseed = NULL;  in lpfc_bg_setup_sgl()  local
1986 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl()
1987 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl()
1991 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl()
1992 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl()
2000 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl()
2002 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl()
2005 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl()
2007 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl()
2011 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2012 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl()
2014 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl()
2015 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl()
2018 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl()
2019 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl()
2134 struct sli4_sge_diseed *diseed = NULL; in lpfc_bg_setup_sgl_prot() local
2218 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl_prot()
2219 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl_prot()
2223 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl_prot()
2224 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl_prot()
2227 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl_prot()
2230 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl_prot()
2246 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl_prot()
2248 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl_prot()
2251 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()
2252 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl_prot()
2254 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl_prot()
2255 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl_prot()
2258 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl_prot()
2259 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl_prot()