Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c527 desc = &intf->rx_edpkt_cpu[intf->rx_edpkt_index]; in bcmasp_rx_poll()
716 intf->rx_edpkt_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()
718 if (!intf->rx_edpkt_cpu) in bcmasp_alloc_buffers()
738 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_alloc_buffers()
754 dma_free_coherent(kdev, DESC_RING_SIZE, intf->rx_edpkt_cpu, in bcmasp_reclaim_free_buffers()
H A Dbcmasp.h317 struct bcmasp_desc *rx_edpkt_cpu; member