Searched refs:rx_edpkt_cpu (Results 1 – 2 of 2) sorted by relevance
524 desc = &intf->rx_edpkt_cpu[intf->rx_edpkt_index]; in bcmasp_rx_poll()709 intf->rx_edpkt_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()711 if (!intf->rx_edpkt_cpu) in bcmasp_alloc_buffers()731 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_alloc_buffers()747 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_reclaim_free_buffers()
317 struct bcmasp_desc *rx_edpkt_cpu; member