Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2019 uint32_t brjt; in fc_fca_update_errors() local
2021 brjt = *(uint32_t *)pkt->pkt_resp; in fc_fca_update_errors()
2023 pkt->pkt_reason = (brjt & 0xFF0000) >> 16; in fc_fca_update_errors()
2024 pkt->pkt_expln = (brjt & 0xFF00) >> 8; in fc_fca_update_errors()