Lines Matching defs:sge
2448 struct bfi_sge_s *sge, *sgpge;
2476 sge = &m->sges[0];
2485 sge->sga = *(union bfi_addr_u *) &addr;
2487 sge->sg_len = pgdlen;
2488 sge->flags = (ioim->nsges > BFI_SGE_INLINE) ?
2490 bfa_sge_to_be(sge);
2491 sge++;
2532 sge->sga = ioim->sgpg->sgpg_pa;
2534 sge->sga.a32.addr_lo = 0;
2535 sge->sga.a32.addr_hi = 0;
2537 sge->sg_len = pgdlen;
2538 sge->flags = BFI_SGE_PGDLEN;
2539 bfa_sge_to_be(sge);