Home
last modified time | relevance | path

Searched refs:HostCmd_CMD_ID_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c298 cmd_code &= HostCmd_CMD_ID_MASK; in mwifiex_dnld_cmd_to_fw()
840 cmdresp_no = (orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
873 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
1284 command &= HostCmd_CMD_ID_MASK; in mwifiex_process_sleep_confirm_resp()
Dfw.h499 #define HostCmd_CMD_ID_MASK 0x0fff macro