Searched refs:my_pbuf (Results 1 – 1 of 1) sorted by relevance
20 free_rx_dma_descriptor(my_pbuf->dma_descriptor); in my_pbuf_free_custom()21 LWIP_MEMPOOL_FREE(RX_POOL, my_pbuf); in my_pbuf_free_custom()28 my_custom_pbuf_t* my_pbuf = (my_custom_pbuf_t*)LWIP_MEMPOOL_ALLOC(RX_POOL); in eth_rx_irq() local30 my_pbuf->p.custom_free_function = my_pbuf_free_custom; in eth_rx_irq()31 my_pbuf->dma_descriptor = dma_desc; in eth_rx_irq()38 &my_pbuf->p, in eth_rx_irq()