Home
last modified time | relevance | path

Searched refs:page_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_rxdma.c43 uint64_t page_handle) in hpi_rxdma_cfg_logical_page_handle() argument
55 page_hdl.bits.handle = (uint32_t)page_handle; in hpi_rxdma_cfg_logical_page_handle()
242 rdc_page_handle_t page_handle; in hpi_rxdma_cfg_rdc_ring() local
254 page_handle.value = 0; in hpi_rxdma_cfg_rdc_ring()
285 page_handle.bits.handle = (rdc_desc_cfg->rbr_addr >> 44) && 0xfffff; in hpi_rxdma_cfg_rdc_ring()
444 RXDMA_REG_WRITE64(handle, RDC_PAGE_HANDLE, rdc, page_handle.value); in hpi_rxdma_cfg_rdc_ring()
H A Dhxge_tdc_hw.h89 uint32_t page_handle:20; member
91 uint32_t page_handle:20;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c483 uint64_t page_handle; in nxge_init_fzc_rdc_pages() local
522 page_handle = 0; in nxge_init_fzc_rdc_pages()
523 rs = npi_rxdma_cfg_logical_page_handle(handle, channel, page_handle); in nxge_init_fzc_rdc_pages()
1071 log_page_hdl_t page_handle; in nxge_init_fzc_tdc_pages() local
1110 page_handle.value = 0; in nxge_init_fzc_tdc_pages()
1111 rs = npi_txdma_log_page_handle_set(handle, channel, &page_handle); in nxge_init_fzc_tdc_pages()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c336 uint64_t page_handle) in npi_rxdma_cfg_logical_page_handle() argument
351 page_hdl.bits.ldw.handle = (uint32_t)page_handle; in npi_rxdma_cfg_logical_page_handle()