Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe.c210 BFE_PCI_DMA - 1, /* dma_attr_addr_hi */
216 BFE_PCI_DMA - 1, /* dma_attr_seg */
225 BFE_PCI_DMA - 1, /* dma_attr_addr_hi */
226 BFE_PCI_DMA - 1, /* dma_attr_count_max */
230 BFE_PCI_DMA - 1, /* dma_attr_maxxfer */
231 BFE_PCI_DMA - 1, /* dma_attr_seg */
1046 bfe->bfe_tx_ring.r_desc_cookie.dmac_laddress + BFE_PCI_DMA); in bfe_chip_reset()
1052 bfe->bfe_rx_ring.r_desc_cookie.dmac_laddress + BFE_PCI_DMA); in bfe_chip_reset()
1172 (r->r_buf_dma[i].cookie.dmac_laddress + BFE_PCI_DMA)); in bfe_tx_desc_init()
1201 (r->r_buf_dma[i].cookie.dmac_laddress + BFE_PCI_DMA)); in bfe_rx_desc_init()
[all …]
H A Dbfe_hw.h427 #define BFE_PCI_DMA 0x40000000 macro