Searched refs:tx_spb_cpu (Results 1 – 2 of 2) sorted by relevance
330 desc = &intf->tx_spb_cpu[spb_index]; in bcmasp_xmit()467 desc = &intf->tx_spb_cpu[intf->tx_spb_clean_index]; in bcmasp_tx_reclaim()715 intf->tx_spb_cpu = dma_alloc_coherent(kdev, DESC_RING_SIZE, in bcmasp_alloc_buffers()717 if (!intf->tx_spb_cpu) in bcmasp_alloc_buffers()728 dma_free_coherent(kdev, DESC_RING_SIZE, intf->tx_spb_cpu, in bcmasp_alloc_buffers()754 dma_free_coherent(kdev, DESC_RING_SIZE, intf->tx_spb_cpu, in bcmasp_reclaim_free_buffers()
306 struct bcmasp_desc *tx_spb_cpu; member