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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c83 * @param data_bits the number of data bits in the values
97 static u64_t lm_update_wraparound_if_needed(u8_t data_bits, u64_t val_current, u64_t val_prev, u8_t b_swap_bytes) argument
104 DbgBreakIf(data_bits != 32);
107 if (HAS_WRAPPED_AROUND(data_bits,val_prev,val_current))
109 val_prev=INC_WRAPAROUND_COUNT(data_bits,val_prev);
111 return ((val_prev & WRAPAROUND_COUNT_MASK(data_bits)) |
112 (val_current & DATA_MASK(data_bits))); /*take the overflow count we calculated, and the data from the new value*/
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c388 *dp = data_reg.data_bits.data;
393 data_reg.data_bits.data = *dp;
H A Dnge_chip.h1203 } data_bits; member in union:_nge_ep_data

Completed in 80 milliseconds