sg_ent
struct sg_ent txq_sgl[TX_MAX_SEGS / 2 + 1];
make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs)
const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits,
struct sg_ent *sgp, *sgl;
sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl;
struct sg_ent *sgp, t3sgl[TX_MAX_SEGS / 2 + 1];
sgp = (ndesc == 1) ? (struct sg_ent *)&d->flit[flits] : t3sgl;