Home
last modified time | relevance | path

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

/drivers/net/
A Dfec_mxc.h224 struct fec_bd { struct
243 struct fec_bd *rbd_base; /* RBD ring */ argument
245 struct fec_bd *tbd_base; /* TBD ring */
A Dfec_mxc.c66 #define RXDESC_PER_CACHELINE (ARCH_DMA_MINALIGN/sizeof(struct fec_bd))
373 unsigned size = roundup(2 * sizeof(struct fec_bd), in fec_tbd_init()
388 static void fec_rbd_clean(int last, struct fec_bd *prbd) in fec_rbd_clean()
472 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), in fec_open()
717 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fecmxc_send()
807 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()
932 size = roundup(2 * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()
938 size = roundup(FEC_RBD_NUM * sizeof(struct fec_bd), ARCH_DMA_MINALIGN); in fec_alloc_descs()

Completed in 6 milliseconds