Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c1125 uint_t ec_sign; in eib_data_rx_comp() local
1192 ec_sign = (ec_hdr >> EIB_ENCAP_SIGN_SHIFT) & EIB_ENCAP_SIGN_MASK; in eib_data_rx_comp()
1193 if (ec_sign != EIB_EH_SIGNATURE) { in eib_data_rx_comp()
1196 ec_sign); in eib_data_rx_comp()