Lines Matching refs:diseed

2283 	struct sli4_sge_diseed *diseed = NULL;  in lpfc_bg_setup_sgl()  local
2313 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl()
2314 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl()
2318 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl()
2319 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl()
2327 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl()
2329 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl()
2332 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl()
2334 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl()
2338 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl()
2339 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl()
2341 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl()
2342 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl()
2345 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl()
2346 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl()
2419 struct sli4_sge_diseed *diseed = NULL; in lpfc_bg_setup_sgl_prot() local
2474 diseed = (struct sli4_sge_diseed *) sgl; in lpfc_bg_setup_sgl_prot()
2475 memset(diseed, 0, sizeof(struct sli4_sge_diseed)); in lpfc_bg_setup_sgl_prot()
2479 diseed->ref_tag = cpu_to_le32(reftag); in lpfc_bg_setup_sgl_prot()
2480 diseed->ref_tag_tran = diseed->ref_tag; in lpfc_bg_setup_sgl_prot()
2483 bf_set(lpfc_sli4_sge_dif_ce, diseed, checking); in lpfc_bg_setup_sgl_prot()
2486 bf_set(lpfc_sli4_sge_dif_ce, diseed, 0); in lpfc_bg_setup_sgl_prot()
2502 bf_set(lpfc_sli4_sge_dif_re, diseed, checking); in lpfc_bg_setup_sgl_prot()
2504 bf_set(lpfc_sli4_sge_dif_re, diseed, 0); in lpfc_bg_setup_sgl_prot()
2507 bf_set(lpfc_sli4_sge_dif_optx, diseed, txop); in lpfc_bg_setup_sgl_prot()
2508 bf_set(lpfc_sli4_sge_dif_oprx, diseed, rxop); in lpfc_bg_setup_sgl_prot()
2510 bf_set(lpfc_sli4_sge_dif_ai, diseed, 1); in lpfc_bg_setup_sgl_prot()
2511 bf_set(lpfc_sli4_sge_dif_me, diseed, 0); in lpfc_bg_setup_sgl_prot()
2514 diseed->word2 = cpu_to_le32(diseed->word2); in lpfc_bg_setup_sgl_prot()
2515 diseed->word3 = cpu_to_le32(diseed->word3); in lpfc_bg_setup_sgl_prot()