Home
last modified time | relevance | path

Searched refs:rx_descriptor (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dep93xx_eth.h40 struct rx_descriptor { struct
99 struct rx_descriptor *base;
100 struct rx_descriptor *current;
101 struct rx_descriptor *end;
H A Dep93xx_eth.c217 writel(sizeof(struct rx_descriptor) * NUMRXDESC, &mac->rxdq.blen); in ep93xx_eth_open()
477 sizeof(struct rx_descriptor)); in ep93xx_eth_initialize()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dmain.c1630 wl->rx_descriptor = kmalloc(sizeof(*wl->rx_descriptor), GFP_KERNEL); in wl1251_alloc_hw()
1631 if (!wl->rx_descriptor) { in wl1251_alloc_hw()
1654 kfree(wl->rx_descriptor); in wl1251_free_hw()
1655 wl->rx_descriptor = NULL; in wl1251_free_hw()
H A Drx.c211 rx_desc = wl->rx_descriptor; in wl1251_rx()
H A Dwl1251.h379 struct wl1251_rx_descriptor *rx_descriptor; member