Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dfec_mxc.h222 struct fec_bd { struct
241 struct fec_bd *rbd_base; /* RBD ring */ argument
243 struct fec_bd *tbd_base; /* TBD ring */
H A Dfec_mxc.c63 #define RXDESC_PER_CACHELINE (ARCH_DMA_MINALIGN/sizeof(struct fec_bd))
367 unsigned size = roundup(2 * sizeof(struct fec_bd), in fec_tbd_init()
382 static void fec_rbd_clean(int last, struct fec_bd *prbd) in fec_rbd_clean()
480 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), in fec_open()
745 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_send()
843 struct fec_bd *rbd = &fec->rbd_base[fec->rbd_index]; in fecmxc_recv()
913 size = roundup(sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_recv()
987 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()
993 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()