Home | History | Annotate | Download | only in cxgb

Lines Matching defs:sgp

995  *  @sgp: the SGL to populate
1004 make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs)
1010 ++sgp;
1012 sgp->len[idx] = htobe32(segs[i].ds_len);
1013 sgp->addr[idx] = htobe64(segs[i].ds_addr);
1017 sgp->len[idx] = 0;
1167 struct sg_ent *sgp, sgl[TX_MAX_SEGS / 2 + 1];
1282 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl;
1283 make_sgl(sgp, segs, nsegs);
1722 struct sg_ent *sgp, sgl[TX_MAX_SEGS / 2 + 1];
1738 sgp = (ndesc == 1) ? (struct sg_ent *)&d->flit[flits] : sgl;
1740 make_sgl(sgp, segs, nsegs);