Searched refs:t1_is_T1B (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h218 #define t1_is_T1B(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1B) macro
224 return !t1_is_T1B(adapter);
H A Dmc3.c83 if (t1_is_T1B(mc3->adapter)) {
161 if (t1_is_T1B(adapter)) {
175 #define is_MC3A(adapter) (!t1_is_T1B(adapter))
H A Despi.c138 enable = t1_is_T1B(espi->adapter) ? 0 : ESPI_INTR_MASK;
181 if (status && t1_is_T1B(espi->adapter))
194 u32 wmark = t1_is_T1B(adapter) ? 0x4000 : 0x3200;
211 u32 wmark = t1_is_T1B(adapter) ? 0x4000 : 0x3200;
H A Dulp.c142 if (!t1_is_T1B(adapter)) {
H A Dmc4.c46 #define is_MC4A(adapter) (!t1_is_T1B(adapter))
H A Dtp.c147 u32 v = t1_is_T1B(tp->adapter) ? 0 : V_MAX_RX_SIZE(size);
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/
H A Doschtoe.h187 #define t1_is_T1B(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1B) macro
H A Dsge.h65 #define t1_is_T1B(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1B) macro
H A Dsge.c1260 sge->rx_pkt_pad = t1_is_T1B(sge->obj) ? 0 : SGE_RX_OFFSET;
1261 sge->jumbo_fl = t1_is_T1B(sge->obj) ? 1 : 0;
1263 sge->rx_offset = t1_is_T1B(sge->obj) ? SGE_RX_OFFSET: 0;

Completed in 91 milliseconds