Searched refs:rx_edpkt_cpu (Results 1 – 2 of 2) sorted by relevance
527 desc = &intf->rx_edpkt_cpu[intf->rx_edpkt_index]; in bcmasp_rx_poll()714 intf->rx_edpkt_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()716 if (!intf->rx_edpkt_cpu) in bcmasp_alloc_buffers()736 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_alloc_buffers()752 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_reclaim_free_buffers()
310 struct bcmasp_desc *rx_edpkt_cpu; member
Completed in 9 milliseconds