Home
last modified time | relevance | path

Searched refs:sg_ent (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h265 struct sg_ent txq_sgl[TX_MAX_SEGS / 2 + 1];
H A Dcxgb_sge.c1193 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()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h130 struct sg_ent { /* SGE scatter/gather entry */ struct