Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6351 idx *= (A_MPS_TRC_FILTER1_MATCH - A_MPS_TRC_FILTER0_MATCH); in t4_set_trace_filter()
6352 data_reg = A_MPS_TRC_FILTER0_MATCH + idx; in t4_set_trace_filter()
6405 ofst = (A_MPS_TRC_FILTER1_MATCH - A_MPS_TRC_FILTER0_MATCH) * idx; in t4_get_trace_filter()
6406 data_reg = A_MPS_TRC_FILTER0_MATCH + ofst; in t4_get_trace_filter()
H A Dt4_regs.h141 #define MPS_TRC_FILTER0_MATCH(idx) (A_MPS_TRC_FILTER0_MATCH + (idx) * 4)
8651 #define A_MPS_TRC_FILTER0_MATCH 0x9c00 macro