HomeSort by: relevance | last modified time | path
    Searched refs:sg_ent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 1004 make_sgl(struct sg_ent *sgp, bus_dma_segment_t *segs, int nsegs)
1083 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits,
1167 struct sg_ent *sgp, sgl[TX_MAX_SEGS / 2 + 1];
1282 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl;
1722 struct sg_ent *sgp, sgl[TX_MAX_SEGS / 2 + 1];
1738 sgp = (ndesc == 1) ? (struct sg_ent *)&d->flit[flits] : sgl;
cxgb_common.h 123 struct sg_ent { /* SGE scatter/gather entry */ struct

Completed in 14 milliseconds