Home
last modified time | relevance | path

Searched refs:DMA_REGPAIR_LE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_utils.h55 #define DMA_REGPAIR_LE(x, val) (x).hi = DMA_HI_LE((val)); \ macro
H A Decore_sp_commands.c377 DMA_REGPAIR_LE(p_ramrod->event_ring_pbl_addr, in ecore_sp_pf_start()
381 DMA_REGPAIR_LE(p_ramrod->consolid_q_pbl_addr, in ecore_sp_pf_start()
H A Decore_spq.c301 DMA_REGPAIR_LE(p_cxt->xstorm_st_context.consolid_base_addr, in ecore_spq_hw_initialize()
587 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup()
H A Decore_l2.c951 DMA_REGPAIR_LE(p_ramrod->bd_base, bd_chain_phys_addr); in ecore_eth_rxq_start_ramrod()
954 DMA_REGPAIR_LE(p_ramrod->cqe_pbl_addr, cqe_pbl_addr); in ecore_eth_rxq_start_ramrod()
1186 DMA_REGPAIR_LE(p_ramrod->pbl_base_addr, pbl_addr); in ecore_eth_txq_start_ramrod()
2150 DMA_REGPAIR_LE(p_ramrod->pkt_hdr_addr, p_addr); in ecore_configure_rfs_ntuple_filter()
H A Decore_chain.h708 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in ecore_chain_init_next_ptr_elem()