Searched refs:rx_descriptor (Results 1 – 5 of 5) sorted by relevance
40 struct rx_descriptor { struct99 struct rx_descriptor *base;100 struct rx_descriptor *current;101 struct rx_descriptor *end;
217 writel(sizeof(struct rx_descriptor) * NUMRXDESC, &mac->rxdq.blen); in ep93xx_eth_open()477 sizeof(struct rx_descriptor)); in ep93xx_eth_initialize()
1630 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()
211 rx_desc = wl->rx_descriptor; in wl1251_rx()
379 struct wl1251_rx_descriptor *rx_descriptor; member