Lines Matching refs:cmd

86 	struct iwl_host_cmd cmd = {  in iwl_send_add_sta()  local
100 cmd.flags |= CMD_WANT_SKB; in iwl_send_add_sta()
104 ret = iwl_dvm_send_cmd(priv, &cmd); in iwl_send_add_sta()
109 pkt = cmd.resp_pkt; in iwl_send_add_sta()
121 iwl_free_resp(&cmd); in iwl_send_add_sta()
198 struct iwl_addsta_cmd cmd; in iwl_sta_update_ht() local
210 memset(&cmd, 0, sizeof(cmd)); in iwl_sta_update_ht()
211 cmd.mode = STA_CONTROL_MODIFY_MSK; in iwl_sta_update_ht()
212 cmd.station_flags_msk = mask; in iwl_sta_update_ht()
213 cmd.station_flags = flags; in iwl_sta_update_ht()
214 cmd.sta.sta_id = sta_id; in iwl_sta_update_ht()
216 return iwl_send_add_sta(priv, &cmd, 0); in iwl_sta_update_ht()
409 struct iwl_host_cmd cmd = { in iwl_send_remove_station() local
419 cmd.flags |= CMD_WANT_SKB; in iwl_send_remove_station()
421 ret = iwl_dvm_send_cmd(priv, &cmd); in iwl_send_remove_station()
426 pkt = cmd.resp_pkt; in iwl_send_remove_station()
444 iwl_free_resp(&cmd); in iwl_send_remove_station()
819 struct iwl_host_cmd cmd = { in iwl_send_lq_cmd() local
838 if (WARN_ON(init && (cmd.flags & CMD_ASYNC))) in iwl_send_lq_cmd()
842 ret = iwl_dvm_send_cmd(priv, &cmd); in iwl_send_lq_cmd()
846 if (cmd.flags & CMD_ASYNC) in iwl_send_lq_cmd()
944 struct iwl_host_cmd cmd = { in iwl_send_static_wepkey_cmd() local
973 cmd.len[0] = cmd_size; in iwl_send_static_wepkey_cmd()
976 return iwl_dvm_send_cmd(priv, &cmd); in iwl_send_static_wepkey_cmd()
1415 struct iwl_addsta_cmd cmd = { in iwl_sta_modify_sleep_tx_count() local
1424 iwl_send_add_sta(priv, &cmd, CMD_ASYNC); in iwl_sta_modify_sleep_tx_count()