Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c286 cmd_code &= HostCmd_CMD_ID_MASK; in mwifiex_dnld_cmd_to_fw()
828 cmdresp_no = (orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
861 resp->command = cpu_to_le16(orig_cmdresp_no & HostCmd_CMD_ID_MASK); in mwifiex_process_cmdresp()
1272 command &= HostCmd_CMD_ID_MASK; in mwifiex_process_sleep_confirm_resp()
Dfw.h487 #define HostCmd_CMD_ID_MASK 0x0fff macro