Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c286 cmd_code &= HostCmd_CMD_ID_MASK; in mwifiex_dnld_cmd_to_fw()
830 cmdresp_no = (orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
863 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.h494 #define HostCmd_CMD_ID_MASK 0x0fff macro