Searched defs:fw_check (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c206 uint32_t fw_check; local
227 /* Set the fw_check flag */
228 fw_check = cfg[CFG_FW_CHECK].current;
230 if ((fw_check & 0x04) ||
721 if (((fw_check & 0x1) &&
723 hba->model_info.fwid) || ((fw_check & 0x2) &&
790 fw_check = 0;
852 fw_check = 0;
1389 fw_check = 0;
H A Demlxs_sli4.c291 uint32_t fw_check; local
304 /* Set the fw_check flag */
305 fw_check = cfg[CFG_FW_CHECK].current;
307 if ((fw_check & 0x04) ||
738 if (((fw_check & 0x1) &&
741 ((fw_check & 0x2) && hba->model_info.fwid)) {
818 fw_check = 0;

Completed in 84 milliseconds