Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c184 npi_zcp_set_dma_thresh(npi_handle_t handle, uint16_t dma_thres) in npi_zcp_set_dma_thresh() argument
188 if ((dma_thres & ~RDMA_TH_BITS) != 0) { in npi_zcp_set_dma_thresh()
192 dma_thres)); in npi_zcp_set_dma_thresh()
199 val |= (dma_thres << RDMA_TH_SHIFT); in npi_zcp_set_dma_thresh()