Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/hw_random/
H A Dintel-rng.c161 u8 hw_status) in hwstatus_set() argument
194 u8 hw_status; in intel_rng_init() local
197 hw_status = hwstatus_get(mem); in intel_rng_init()
199 if ((hw_status & INTEL_RNG_ENABLED) == 0) in intel_rng_init()
200 hw_status = hwstatus_set(mem, hw_status | INTEL_RNG_ENABLED); in intel_rng_init()
201 if ((hw_status & INTEL_RNG_ENABLED) == 0) { in intel_rng_init()
213 u8 hw_status; in intel_rng_cleanup() local
215 hw_status = hwstatus_get(mem); in intel_rng_cleanup()
216 if (hw_status & INTEL_RNG_ENABLED) in intel_rng_cleanup()
334 u8 hw_status; in intel_rng_mod_init() local
[all …]
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dinit.c47 adapter->hw_status = MWIFIEX_HW_STATUS_RESET; in wakeup_timer_fn()
232 adapter->hw_status = MWIFIEX_HW_STATUS_INITIALIZING; in mwifiex_init_adapter()
492 adapter->hw_status = MWIFIEX_HW_STATUS_INITIALIZING; in mwifiex_init_fw()
511 adapter->hw_status = MWIFIEX_HW_STATUS_READY; in mwifiex_init_fw()
532 adapter->hw_status = MWIFIEX_HW_STATUS_READY; in mwifiex_init_fw()
609 if (adapter->hw_status == MWIFIEX_HW_STATUS_NOT_READY) in mwifiex_shutdown_drv()
655 adapter->hw_status = MWIFIEX_HW_STATUS_NOT_READY; in mwifiex_shutdown_drv()
H A Dmain.c265 if (adapter->hw_status == MWIFIEX_HW_STATUS_NOT_READY) in mwifiex_main_process()
359 if (adapter->hw_status == MWIFIEX_HW_STATUS_INIT_DONE) { in mwifiex_main_process()
360 adapter->hw_status = MWIFIEX_HW_STATUS_READY; in mwifiex_main_process()
595 adapter->hw_status = MWIFIEX_HW_STATUS_READY; in _mwifiex_fw_dpc()
602 if (adapter->hw_status != MWIFIEX_HW_STATUS_READY) in _mwifiex_fw_dpc()
686 if (adapter->hw_status == MWIFIEX_HW_STATUS_READY) { in _mwifiex_fw_dpc()
1559 adapter->hw_status = MWIFIEX_HW_STATUS_INITIALIZING; in mwifiex_reinit_sw()
1633 if (adapter->hw_status == MWIFIEX_HW_STATUS_READY) { in mwifiex_reinit_sw()
1727 adapter->hw_status = MWIFIEX_HW_STATUS_INITIALIZING; in mwifiex_add_card()
1792 if (adapter->hw_status == MWIFIEX_HW_STATUS_READY) { in mwifiex_add_card()
H A Dcmdevt.c192 if (adapter->hw_status == MWIFIEX_HW_STATUS_RESET && in mwifiex_dnld_cmd_to_fw()
584 if (adapter->hw_status == MWIFIEX_HW_STATUS_RESET) { in mwifiex_send_cmd()
904 if (adapter->hw_status == MWIFIEX_HW_STATUS_INITIALIZING) { in mwifiex_process_cmdresp()
912 adapter->hw_status = MWIFIEX_HW_STATUS_INIT_DONE; in mwifiex_process_cmdresp()
1033 if (adapter->hw_status == MWIFIEX_HW_STATUS_INITIALIZING) { in mwifiex_cmd_timeout_func()
H A Dsta_cmd.c2096 if (priv->adapter->hw_status == MWIFIEX_HW_STATUS_RESET) in mwifiex_sta_prepare_cmd()
2097 priv->adapter->hw_status = MWIFIEX_HW_STATUS_READY; in mwifiex_sta_prepare_cmd()
2102 priv->adapter->hw_status = MWIFIEX_HW_STATUS_RESET; in mwifiex_sta_prepare_cmd()
H A Dutil.c127 if (adapter->hw_status == MWIFIEX_HW_STATUS_READY) in mwifiex_init_fw_complete()
H A Dsta_cmdresp.c394 if (adapter->hw_status == MWIFIEX_HW_STATUS_INITIALIZING) in mwifiex_ret_tx_power_cfg()
H A Dmain.h900 enum MWIFIEX_HARDWARE_STATUS hw_status; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.c23 u8 hw_status; in mlx5e_health_cq_diag_fmsg() local
28 hw_status = MLX5_GET(cqc, cqc, status); in mlx5e_health_cq_diag_fmsg()
32 devlink_fmsg_u8_pair_put(fmsg, "HW status", hw_status); in mlx5e_health_cq_diag_fmsg()
/linux-6.15/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dma.h57 u64 hw_status : 2; member
H A Dintel-thc-dma.c200 prd_tbl->entries[j].hw_status = 0; in thc_copy_one_sgl_to_prd()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddump.c289 u32 hw_status[5]; member
331 for (i = 0; i < ARRAY_SIZE(table.hw_status); i++) in iwl_fwrt_dump_tcm_error_log()
333 table.hw_status[i], i); in iwl_fwrt_dump_tcm_error_log()
/linux-6.15/sound/i2c/
H A Dcs8427.c30 char hw_status[24]; /* hardware status */ member
109 chip->playback.hw_udata : chip->playback.hw_status; in snd_cs8427_send_corudata()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c6501 tnapi->hw_status->status, in tg3_dump_state()
7535 prefetch(tnapi->hw_status); in tg3_msi_1shot()
7554 prefetch(tnapi->hw_status); in tg3_msi()
8682 tnapi->hw_status->status = 0; in tg3_init_rings()
8827 if (tnapi->hw_status) { in tg3_free_consistent()
8829 tnapi->hw_status, in tg3_free_consistent()
8831 tnapi->hw_status = NULL; in tg3_free_consistent()
8871 if (!tnapi->hw_status) in tg3_alloc_consistent()
8874 sblk = tnapi->hw_status; in tg3_alloc_consistent()
9036 if (tnapi->hw_status) in tg3_abort_hw()
[all …]
H A Dtg3.h3007 struct tg3_hw_status *hw_status; member
/linux-6.15/drivers/scsi/elx/libefc_sli/
H A Dsli4.h968 u8 hw_status; member
1944 u8 hw_status; member
H A Dsli4.c2587 wcqe->status, wcqe->hw_status, in sli_fc_cqe_parse()
2640 dcqe->hw_status, le16_to_cpu(dcqe->xri), in sli_fc_cqe_parse()
/linux-6.15/Documentation/hid/
H A Dintel-thc-hid.rst412 hw_status 90..89 HW status bits