Lines Matching defs:cmd
632 if (pkt->hdr.cmd == N_RX) {
851 struct il_host_cmd cmd = {
1022 cmd.len +=
1025 cmd.data = scan;
1026 scan->len = cpu_to_le16(cmd.len);
1030 ret = il_send_cmd_sync(il, &cmd);
1188 il4965_get_fh_string(int cmd)
1190 switch (cmd) {
1387 (pkt->hdr.cmd == N_STATS)) {
1592 /* Set the rate in the TX cmd */
1768 /* Set up first empty entry in queue's array of Tx/cmd buffers */
1769 out_cmd = txq->cmd[q->write_ptr];
1771 tx_cmd = &out_cmd->cmd.tx;
1781 out_cmd->hdr.cmd = C_TX;
1972 /* Free all tx/cmd queues and keep-warm buffer */
3030 IL_ERR("Unable to allocate memory for LQ cmd.\n");
3128 struct il_host_cmd cmd = {
3158 cmd.len = cmd_size;
3161 return il_send_cmd(il, &cmd);
3853 rc = il_send_cmd_pdu(il, C_TX_BEACON, frame_size, &frame->u.cmd[0]);
4259 if (il->handlers[pkt->hdr.cmd]) {
4261 il_get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
4262 il->isr_stats.handlers[pkt->hdr.cmd]++;
4263 il->handlers[pkt->hdr.cmd] (il, rxb);
4267 i, il_get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
5124 struct il_ct_kill_config cmd;
5133 cmd.critical_temperature_R =
5136 ret = il_send_cmd_pdu(il, C_CT_KILL_CONFIG, sizeof(cmd), &cmd);
5238 /* Map each Tx/cmd queue to its corresponding fifo */
5886 il4965_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
5927 if (cmd == SET_KEY)
5934 switch (cmd) {