Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c315 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_VLD_REG, channel, &val); in npi_txdma_log_page_set()
322 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_VLD_REG, channel, &val); in npi_txdma_log_page_set()
407 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_VLD_REG, channel, &val); in npi_txdma_log_page_get()
418 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_MASK1_REG, channel, &val); in npi_txdma_log_page_get()
420 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_VAL1_REG, channel, &val); in npi_txdma_log_page_get()
422 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_RELO1_REG, channel, &val); in npi_txdma_log_page_get()
426 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_MASK2_REG, channel, &val); in npi_txdma_log_page_get()
428 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_VAL2_REG, channel, &val); in npi_txdma_log_page_get()
430 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_RELO2_REG, channel, &val); in npi_txdma_log_page_get()
532 TX_LOG_REG_READ64(handle, TX_LOG_PAGE_MASK1_REG, in npi_txdma_log_page_config()
[all …]
H A Dnpi_txdma.h134 #define TX_LOG_REG_READ64(handle, reg, channel, val_p) \ macro