Searched refs:la_mask (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h231 unsigned int la_mask; /* what events are recorded by TP LA */ member in struct:tp_params
H A Dt4_hw.c8685 adap->params.tp.la_mask | (cfg ^ F_DBGLAENABLE));
8697 val |= adap->params.tp.la_mask;
8711 cfg | adap->params.tp.la_mask);
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_main.c7576 mask = tpp->la_mask >> 16;
7582 tpp->la_mask = mask << 16;
7583 t4_set_reg_field(sc, A_TP_DBG_LA_CONFIG, 0xffff0000U, tpp->la_mask);

Completed in 130 milliseconds