Lines Matching refs:bufdesc
343 static struct bufdesc *fec_enet_get_nextdesc(struct bufdesc *bdp,
347 : (struct bufdesc *)(((void *)bdp) + bd->dsize);
350 static struct bufdesc *fec_enet_get_prevdesc(struct bufdesc *bdp,
354 : (struct bufdesc *)(((void *)bdp) - bd->dsize);
357 static int fec_enet_get_bd_index(struct bufdesc *bdp,
385 struct bufdesc *bdp;
474 static struct bufdesc *
480 struct bufdesc *bdp = txq->bd.cur;
568 struct bufdesc *bdp, *last_bdp;
691 struct bufdesc *bdp, int index, char *data,
751 struct bufdesc *bdp, int index)
808 struct bufdesc *bdp = txq->bd.cur;
921 struct bufdesc *bdp;
1383 struct bufdesc *bdp;
1545 struct bufdesc *bdp, int index)
1634 struct bufdesc *bdp;
3360 struct bufdesc *bdp;
3408 struct bufdesc *bdp;
3801 struct bufdesc *bdp;
4007 struct bufdesc *cbd_base;
4012 sizeof(struct bufdesc);
4068 cbd_base = (struct bufdesc *)(((void *)cbd_base) + size);
4069 rxq->bd.last = (struct bufdesc *)(((void *)cbd_base) - dsize);
4084 cbd_base = (struct bufdesc *)(((void *)cbd_base) + size);
4085 txq->bd.last = (struct bufdesc *)(((void *)cbd_base) - dsize);