Searched refs:sha_offset (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_rxdma.c | 1038 uint64_t pre_offset, sha_offset; in npi_rxdma_ring_perr_stat_get() local 1043 sha_offset = RDMC_SHA_PAR_ERR_REG; in npi_rxdma_ring_perr_stat_get() 1045 NXGE_REG_RD64(handle, sha_offset, &sha_log->value); in npi_rxdma_ring_perr_stat_get() 1087 NXGE_REG_WR64(handle, sha_offset, clr.value); in npi_rxdma_ring_perr_stat_get() 1106 uint64_t pre_offset, sha_offset; in npi_rxdma_ring_perr_stat_clear() local 1110 sha_offset = RDMC_SHA_PAR_ERR_REG; in npi_rxdma_ring_perr_stat_clear() 1135 NXGE_REG_RD64(handle, sha_offset, &clr.value); in npi_rxdma_ring_perr_stat_clear() 1153 NXGE_REG_WR64(handle, sha_offset, clr.value); in npi_rxdma_ring_perr_stat_clear()
|