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

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h531 #define MSB(x) (uint8_t)((uint16_t)(x) >> 8) macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h106 #define MSB(x) (uint8_t)((uint16_t)(x) >> 8) macro
115 #define MSW_MSB(x) (uint8_t)(MSB(MSW(x)))
123 #define SWAP_ENDIAN_16(x) ((LSB(x) << 8) | MSB(x))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h706 * MSB BIT 0 = enable_port_update_ae
707 * MSB BIT 1 = disable_initial_lip
708 * MSB BIT 2 = enable_decending_soft_assign
709 * MSB BIT 3 = previous_assigned_addressing
710 * MSB BIT 4 = enable_stop_q_on_full
711 * MSB BIT 5 = enable_full_login_on_lip
712 * MSB BIT 6 = enable_node_name
713 * MSB BIT 7 = extended_control_block
749 * MSB BIT 0 = Enable class 2
750 * MSB BI
1807 #define MSB macro
[all...]

Completed in 96 milliseconds