Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfec_mxc.h221 struct fec_bd { struct
240 struct fec_bd *rbd_base; /* RBD ring */ argument
242 struct fec_bd *tbd_base; /* TBD ring */
H A Dfec_mxc.c64 #define RXDESC_PER_CACHELINE (ARCH_DMA_MINALIGN/sizeof(struct fec_bd))
331 unsigned size = roundup(2 * sizeof(struct fec_bd), in fec_tbd_init()
346 static void fec_rbd_clean(int last, struct fec_bd *prbd) in fec_rbd_clean()
444 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), in fec_open()
704 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_send()
802 struct fec_bd *rbd = &fec->rbd_base[fec->rbd_index]; in fecmxc_recv()
863 size = roundup(sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_recv()
931 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()
937 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()