Searched refs:sg_ent (Results 1 – 2 of 2) sorted by relevance
230 const struct sg_ent *sgp; in unmap_skb()234 sgp = (struct sg_ent *)&q->desc[cidx].flit[d->sflit]; in unmap_skb()883 struct sg_ent *sgp, unsigned char *start, in make_sgl()970 const struct sg_ent *sgl, in write_wr_hdr_sgl()1062 struct sg_ent *sgp, sgl[MAX_SKB_FRAGS / 2 + 1]; in write_tx_pkt_wr()1116 sgp = ndesc == 1 ? (struct sg_ent *)&d->flit[flits] : sgl; in write_tx_pkt_wr()1475 const struct sg_ent *sgl, int sgl_flits) in setup_deferred_unmapping()1508 struct sg_ent *sgp, sgl[MAX_SKB_FRAGS / 2 + 1]; in write_ofld_wr()1524 sgp = ndesc == 1 ? (struct sg_ent *)&d->flit[flits] : sgl; in write_ofld_wr()
170 struct sg_ent { /* SGE scatter/gather entry */ struct