Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c330 desc = &intf->tx_spb_cpu[spb_index]; in bcmasp_xmit()
470 desc = &intf->tx_spb_cpu[intf->tx_spb_clean_index]; in bcmasp_tx_reclaim()
722 intf->tx_spb_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()
724 if (!intf->tx_spb_cpu) in bcmasp_alloc_buffers()
735 dma_free_coherent(kdev, DESC_RING_SIZE, intf->tx_spb_cpu, in bcmasp_alloc_buffers()
761 dma_free_coherent(kdev, DESC_RING_SIZE, intf->tx_spb_cpu, in bcmasp_reclaim_free_buffers()
H A Dbcmasp.h306 struct bcmasp_desc *tx_spb_cpu; member