Home
last modified time | relevance | path

Searched refs:rx_edpkt_cpu (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf.c524 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()
Dbcmasp.h317 struct bcmasp_desc *rx_edpkt_cpu; member