Searched refs:sg_ent (Results 1 - 2 of 2) sorted by last modified time

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h140 struct sg_ent { /* SGE scatter/gather entry */ struct
H A Dsge.c239 const struct sg_ent *sgp;
243 sgp = (struct sg_ent *)&q->desc[cidx].flit[d->sflit];
965 struct sg_ent *sgp, unsigned char *start,
1052 const struct sg_ent *sgl,
1144 struct sg_ent *sgp, sgl[MAX_SKB_FRAGS / 2 + 1];
1198 sgp = ndesc == 1 ? (struct sg_ent *)&d->flit[flits] : sgl;
1551 const struct sg_ent *sgl, int sgl_flits)
1584 struct sg_ent *sgp, sgl[MAX_SKB_FRAGS / 2 + 1];
1600 sgp = ndesc == 1 ? (struct sg_ent *)&d->flit[flits] : sgl;

Completed in 29 milliseconds