Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_proc.c386 handle->hardware_status = HardwareStatusReset; in woal_config_write()
468 seq_printf(sfp, "hardware_status=%d\n", (int)handle->hardware_status); in woal_config_read()
H A Dmoal_main.c1355 handle->hardware_status = HardwareStatusInitializing; in woal_init_sw()
2677 handle->hardware_status = HardwareStatusFwReady;
2695 handle->hardware_status = HardwareStatusReady;
2704 if (handle->hardware_status != HardwareStatusReady) {
4100 while ((priv->phandle->hardware_status != HardwareStatusReady)
5974 if (handle->hardware_status != HardwareStatusReady) {
8138 if ((handle->hardware_status == HardwareStatusFwReady) ||
8139 (handle->hardware_status == HardwareStatusReady)) {
8230 if ((handle->hardware_status == HardwareStatusFwReady) ||
8231 (handle->hardware_status == HardwareStatusReady)) {
[all …]
H A Dmoal_shim.c555 handle->hardware_status = HardwareStatusReady; in moal_init_fw_complete()
575 handle->hardware_status = HardwareStatusNotReady; in moal_shutdown_fw_complete()
H A Dmoal_main.h1628 MOAL_HARDWARE_STATUS hardware_status; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c500 handle->hardware_status = HardwareStatusReset; in woal_config_write()
696 seq_printf(sfp, "hardware_status=%d\n", (int)handle->hardware_status); in woal_config_read()
H A Dmoal_main.c1046 if (reset_handle->hardware_status !=
1919 handle->hardware_status = HardwareStatusInitializing;
3959 handle->hardware_status = HardwareStatusFwReady;
3984 handle->hardware_status = HardwareStatusReady;
3990 if (handle->hardware_status != HardwareStatusReady) {
5734 while ((priv->phandle->hardware_status !=
8313 if (handle->hardware_status != HardwareStatusReady) {
10818 if ((handle->hardware_status == HardwareStatusFwReady) ||
10819 (handle->hardware_status == HardwareStatusReady)) {
10923 if ((handle->hardware_status == HardwareStatusFwReady) ||
[all …]
H A Dmoal_pcie.c397 if ((handle->hardware_status == HardwareStatusFwReady) || in woal_do_flr()
398 (handle->hardware_status == HardwareStatusReady)) { in woal_do_flr()
H A Dmoal_shim.c966 handle->hardware_status = HardwareStatusReady;
985 handle->hardware_status = HardwareStatusNotReady;
H A Dmoal_main.h2352 MOAL_HARDWARE_STATUS hardware_status; member