Home
last modified time | relevance | path

Searched refs:fec_bd (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/net/
Dfec_mxc.h220 struct fec_bd { struct
239 struct fec_bd *rbd_base; /* RBD ring */ argument
241 struct fec_bd *tbd_base; /* TBD ring */
Dfec_mxc.c60 #define RXDESC_PER_CACHELINE (ARCH_DMA_MINALIGN/sizeof(struct fec_bd))
327 unsigned size = roundup(2 * sizeof(struct fec_bd), in fec_tbd_init()
342 static void fec_rbd_clean(int last, struct fec_bd *prbd) in fec_rbd_clean()
440 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), in fec_open()
705 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_send()
803 struct fec_bd *rbd = &fec->rbd_base[fec->rbd_index]; in fecmxc_recv()
873 size = roundup(sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_recv()
947 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()
953 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()