Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c204 if (le32_to_cpu(rpt_event->result) != HostCmd_RESULT_OK) { in mwifiex_11h_handle_chanrpt_ready()
H A Dsta_cmdresp.c996 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_ret_cfg_data()
1220 if (resp->result != HostCmd_RESULT_OK) { in mwifiex_process_sta_cmdresp()
H A Dcmdevt.c893 if ((cmdresp_result == HostCmd_RESULT_OK) && in mwifiex_process_cmdresp()
H A Dfw.h454 #define HostCmd_RESULT_OK 0x0000 macro