Lines Matching refs:bufdesc
282 static struct bufdesc *fec_enet_get_nextdesc(struct bufdesc *bdp,
286 : (struct bufdesc *)(((void *)bdp) + bd->dsize);
289 static struct bufdesc *fec_enet_get_prevdesc(struct bufdesc *bdp,
293 : (struct bufdesc *)(((void *)bdp) - bd->dsize);
296 static int fec_enet_get_bd_index(struct bufdesc *bdp,
334 struct bufdesc *bdp;
380 static struct bufdesc *
386 struct bufdesc *bdp = txq->bd.cur;
473 struct bufdesc *bdp, *last_bdp;
598 struct bufdesc *bdp, int index, char *data,
658 struct bufdesc *bdp, int index)
715 struct bufdesc *bdp = txq->bd.cur;
828 struct bufdesc *bdp;
1241 struct bufdesc *bdp;
1357 fec_enet_new_rxbdp(struct net_device *ndev, struct bufdesc *bdp, struct sk_buff *skb)
1377 struct bufdesc *bdp, u32 length, bool swap)
1412 struct bufdesc *bdp;
2818 struct bufdesc *bdp;
2929 struct bufdesc *bdp;
2970 struct bufdesc *bdp;
3326 struct bufdesc *cbd_base;
3331 sizeof(struct bufdesc);
3383 cbd_base = (struct bufdesc *)(((void *)cbd_base) + size);
3384 rxq->bd.last = (struct bufdesc *)(((void *)cbd_base) - dsize);
3399 cbd_base = (struct bufdesc *)(((void *)cbd_base) + size);
3400 txq->bd.last = (struct bufdesc *)(((void *)cbd_base) - dsize);