hostcmd 152 drivers/net/dsa/sja1105/sja1105_dynamic_config.c u64 hostcmd; hostcmd 182 drivers/net/dsa/sja1105/sja1105_dynamic_config.c hostcmd = SJA1105_HOSTCMD_SEARCH; hostcmd 184 drivers/net/dsa/sja1105/sja1105_dynamic_config.c hostcmd = SJA1105_HOSTCMD_READ; hostcmd 188 drivers/net/dsa/sja1105/sja1105_dynamic_config.c hostcmd = SJA1105_HOSTCMD_WRITE; hostcmd 190 drivers/net/dsa/sja1105/sja1105_dynamic_config.c hostcmd = SJA1105_HOSTCMD_INVALIDATE; hostcmd 192 drivers/net/dsa/sja1105/sja1105_dynamic_config.c sja1105_packing(p, &hostcmd, 25, 23, size, op); hostcmd 4051 drivers/net/wireless/marvell/mwifiex/cfg80211.c struct mwifiex_ds_misc_cmd *hostcmd; hostcmd 4072 drivers/net/wireless/marvell/mwifiex/cfg80211.c hostcmd = kzalloc(sizeof(*hostcmd), GFP_KERNEL); hostcmd 4073 drivers/net/wireless/marvell/mwifiex/cfg80211.c if (!hostcmd) hostcmd 4076 drivers/net/wireless/marvell/mwifiex/cfg80211.c hostcmd->len = nla_len(tb[MWIFIEX_TM_ATTR_DATA]); hostcmd 4077 drivers/net/wireless/marvell/mwifiex/cfg80211.c memcpy(hostcmd->cmd, nla_data(tb[MWIFIEX_TM_ATTR_DATA]), hostcmd 4078 drivers/net/wireless/marvell/mwifiex/cfg80211.c hostcmd->len); hostcmd 4080 drivers/net/wireless/marvell/mwifiex/cfg80211.c if (mwifiex_send_cmd(priv, 0, 0, 0, hostcmd, true)) { hostcmd 4082 drivers/net/wireless/marvell/mwifiex/cfg80211.c kfree(hostcmd); hostcmd 4087 drivers/net/wireless/marvell/mwifiex/cfg80211.c skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); hostcmd 4089 drivers/net/wireless/marvell/mwifiex/cfg80211.c kfree(hostcmd); hostcmd 4093 drivers/net/wireless/marvell/mwifiex/cfg80211.c hostcmd->len, hostcmd->cmd); hostcmd 4095 drivers/net/wireless/marvell/mwifiex/cfg80211.c kfree(hostcmd); hostcmd 4101 drivers/net/wireless/marvell/mwifiex/cfg80211.c kfree(hostcmd); hostcmd 840 drivers/net/wireless/marvell/mwifiex/cmdevt.c struct mwifiex_ds_misc_cmd *hostcmd; hostcmd 846 drivers/net/wireless/marvell/mwifiex/cmdevt.c hostcmd = adapter->curr_cmd->data_buf; hostcmd 847 drivers/net/wireless/marvell/mwifiex/cmdevt.c hostcmd->len = size; hostcmd 848 drivers/net/wireless/marvell/mwifiex/cmdevt.c memcpy(hostcmd->cmd, resp, size);