Searched refs:rx_edpkt_cpu (Results 1 – 2 of 2) sorted by relevance
494 desc = &intf->rx_edpkt_cpu[intf->rx_edpkt_index]; in bcmasp_rx_poll()681 intf->rx_edpkt_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()683 if (!intf->rx_edpkt_cpu) in bcmasp_alloc_buffers()702 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_alloc_buffers()718 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_reclaim_free_buffers()
302 struct bcmasp_desc *rx_edpkt_cpu; member