HomeSort by: relevance | last modified time | path
    Searched refs:fw_status (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/
if_iwmvar.h 145 * fw_status is used to determine if we've already parsed the firmware file
164 int fw_status; member in struct:iwm_fw_info
if_iwm.c 665 fw->fw_status == IWM_FW_STATUS_DONE)
668 if (fw->fw_status == IWM_FW_STATUS_NONE) {
669 fw->fw_status = IWM_FW_STATUS_INPROGRESS;
671 while (fw->fw_status == IWM_FW_STATUS_INPROGRESS)
674 status = fw->fw_status;
962 fw->fw_status = IWM_FW_STATUS_NONE;
964 fw->fw_status = IWM_FW_STATUS_DONE;
971 /* don't touch fw->fw_status */
mfii.c 3946 status = le32toh(bbu.fw_status) & mask;
  /src/sys/dev/pci/cxgb/
cxgb_main.c 822 u_int fw_status[4]; local in function:t3_fatal_err
833 if (!t3_cim_ctl_blk_read(sc, 0xa0, 4, fw_status))
835 fw_status[0], fw_status[1], fw_status[2], fw_status[3]);
  /src/sys/dev/ic/
mfireg.h 1403 uint32_t fw_status; member in struct:mfi_bbu_status
mfi.c 847 stat->temperature, stat->fw_status);
882 if (stat->fw_status &

Completed in 26 milliseconds