Home
last modified time | relevance | path

Searched refs:npi_rxdma_cfg_logical_page (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c507 if ((rs = npi_rxdma_cfg_logical_page(handle, channel, page0)) in nxge_init_fzc_rdc_pages()
514 if ((rs = npi_rxdma_cfg_logical_page(handle, channel, page1)) in nxge_init_fzc_rdc_pages()
553 rs = npi_rxdma_cfg_logical_page(handle, channel, in nxge_init_fzc_rxdma_channel_pages()
568 rs = npi_rxdma_cfg_logical_page(handle, channel, &cfg); in nxge_init_fzc_rxdma_channel_pages()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.h470 npi_status_t npi_rxdma_cfg_logical_page(npi_handle_t, uint8_t,
H A Dnpi_rxdma.c253 npi_rxdma_cfg_logical_page(npi_handle_t handle, uint8_t rdc, in npi_rxdma_cfg_logical_page() function