Searched refs:sg_ent (Results 1 – 3 of 3) sorted by relevance
265 struct sg_ent txq_sgl[TX_MAX_SEGS / 2 + 1];
1193 make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs) in make_sgl()1280 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl()1364 struct sg_ent *sgp, *sgl; in t3_encap()1571 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl; in t3_encap()2201 struct sg_ent *sgp, t3sgl[TX_MAX_SEGS / 2 + 1]; in write_ofld_wr()2228 sgp = (ndesc == 1) ? (struct sg_ent *)&d->flit[flits] : t3sgl; in write_ofld_wr()
130 struct sg_ent { /* SGE scatter/gather entry */ struct