Lines Matching defs:sgpge
2448 struct bfi_sge_s *sge, *sgpge;
2479 sgpge = NULL;
2494 sgpge = sgpg->sgpg->sges;
2497 sgpge->sga = *(union bfi_addr_u *) &addr;
2498 sgpge->sg_len = sg_dma_len(sg);
2499 pgcumsz += sgpge->sg_len;
2504 sgpge->flags = BFI_SGE_DATA;
2506 sgpge->flags = BFI_SGE_DATA_CPL;
2508 sgpge->flags = BFI_SGE_DATA_LAST;
2510 bfa_sge_to_le(sgpge);
2512 sgpge++;
2514 sgpge->flags = BFI_SGE_PGDLEN;
2515 sgpge->sga.a32.addr_lo = 0;
2516 sgpge->sga.a32.addr_hi = 0;
2517 sgpge->sg_len = pgcumsz;
2518 bfa_sge_to_le(sgpge);
2521 sgpge->flags = BFI_SGE_LINK;
2522 sgpge->sga = sgpg->sgpg_pa;
2523 sgpge->sg_len = pgcumsz;
2524 bfa_sge_to_le(sgpge);