Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c297 desc = &intf->tx_spb_cpu[spb_index]; in bcmasp_xmit()
437 desc = &intf->tx_spb_cpu[intf->tx_spb_clean_index]; in bcmasp_tx_reclaim()
687 intf->tx_spb_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()
689 if (!intf->tx_spb_cpu) in bcmasp_alloc_buffers()
699 dma_free_coherent(kdev, DESC_RING_SIZE, intf->tx_spb_cpu, in bcmasp_alloc_buffers()
725 dma_free_coherent(kdev, DESC_RING_SIZE, intf->tx_spb_cpu, in bcmasp_reclaim_free_buffers()
H A Dbcmasp.h291 struct bcmasp_desc *tx_spb_cpu; member