Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c233 offset = TXC_FZC_REG_PT_OFFSET(txc_fzc_port_offset[i], port); in npi_txc_dump_port_fzc_regs()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc_hw.h91 #define TXC_FZC_REG_PT_OFFSET(x, pt) (x + TXC_FZC_CNTL_PORT_OFFSET(pt)) macro