Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/
HDcxgb_adapter.h267 struct sg_ent txq_sgl[TX_MAX_SEGS / 2 + 1];
HDcxgb_sge.c1191 make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs) in make_sgl()
1278 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl()
1365 struct sg_ent *sgp, *sgl; in t3_encap()
1572 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl; in t3_encap()
2204 struct sg_ent *sgp, t3sgl[TX_MAX_SEGS / 2 + 1]; in write_ofld_wr()
2231 sgp = (ndesc == 1) ? (struct sg_ent *)&d->flit[flits] : t3sgl; in write_ofld_wr()
/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_common.h131 struct sg_ent { /* SGE scatter/gather entry */ struct