Searched defs:IPP_PORT_OFFSET (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp_hw.h77 #define IPP_PORT_OFFSET 0x4000 macro
84 FZC_IPP + reg + (((port_num % 2) * IPP_PORT_OFFSET) + \
85 ((port_num / 3) * IPP_PORT_OFFSET) + IPP_PORT_OFFSET))
88 FZC_IPP + (((port_num % 2) * IPP_PORT_OFFSET) + \
89 ((port_num / 3) * IPP_PORT_OFFSET) + IPP_PORT_OFFSET))

Completed in 58 milliseconds