Searched defs: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)
55 page_hdl.bits.handle = (uint32_t)page_handle;
242 rdc_page_handle_t page_handle; local
254 page_handle.value = 0;
285 page_handle.bits.handle = (rdc_desc_cfg->rbr_addr >> 44) && 0xfffff;
444 RXDMA_REG_WRITE64(handle, RDC_PAGE_HANDLE, rdc, page_handle.value);
42 hpi_rxdma_cfg_logical_page_handle(hpi_handle_t handle, uint8_t rdc, uint64_t page_handle) argument
H A Dhxge_tdc_hw.h91 uint32_t page_handle:20; member in struct:__anon5851::__anon5852
93 uint32_t page_handle:20;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c483 uint64_t page_handle; local
522 page_handle = 0;
523 rs = npi_rxdma_cfg_logical_page_handle(handle, channel, page_handle);
1079 log_page_hdl_t page_handle; local
1118 page_handle.value = 0;
1119 rs = npi_txdma_log_page_handle_set(handle, channel, &page_handle);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c333 uint64_t page_handle)
348 page_hdl.bits.ldw.handle = (uint32_t)page_handle;
332 npi_rxdma_cfg_logical_page_handle(npi_handle_t handle, uint8_t rdc, uint64_t page_handle) argument

Completed in 55 milliseconds