Home
last modified time | relevance | path

Searched refs:cmd_id (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c55 cmd_id, skb->len); in ath11k_tm_wmi_event_unsegmented()
111 cmd_id, ftm_msg, length); in ath11k_tm_process_event()
226 ath11k_tm_wmi_event_segmented(ab, cmd_id, skb); in ath11k_tm_wmi_event()
228 ath11k_tm_wmi_event_unsegmented(ab, cmd_id, skb); in ath11k_tm_wmi_event()
306 u32 cmd_id, buf_len; in ath11k_tm_cmd_wmi() local
363 cmd_id, buf_len); in ath11k_tm_cmd_wmi()
375 ret = ath11k_wmi_cmd_send(wmi, skb, cmd_id); in ath11k_tm_cmd_wmi()
395 u32 cmd_id, buf_len, hdr_info; in ath11k_tm_cmd_wmi_ftm() local
419 cmd_id = WMI_PDEV_UTF_CMDID; in ath11k_tm_cmd_wmi_ftm()
423 cmd_id, buf_len); in ath11k_tm_cmd_wmi_ftm()
[all …]
H A Dtestmode.h11 void ath11k_tm_wmi_event(struct ath11k_base *ab, u32 cmd_id, struct sk_buff *skb);
17 static inline void ath11k_tm_wmi_event(struct ath11k_base *ab, u32 cmd_id, in ath11k_tm_wmi_event() argument
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h790 u32 cmd_id; in ath10k_wmi_vdev_spectral_conf() local
808 u32 cmd_id; in ath10k_wmi_vdev_spectral_enable() local
829 u32 cmd_id; in ath10k_wmi_vdev_sta_uapsd() local
848 u32 cmd_id; in ath10k_wmi_vdev_wmm_conf() local
1327 u32 cmd_id; in ath10k_wmi_sta_keepalive() local
1344 u32 cmd_id; in ath10k_wmi_wow_enable() local
1363 u32 cmd_id; in ath10k_wmi_wow_add_wakeup_event() local
1380 u32 cmd_id; in ath10k_wmi_wow_host_wakeup_ind() local
1399 u32 cmd_id; in ath10k_wmi_wow_add_pattern() local
1418 u32 cmd_id; in ath10k_wmi_wow_del_pattern() local
[all …]
H A Dtestmode.c31 bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, struct sk_buff *skb) in ath10k_tm_event_wmi() argument
39 cmd_id, skb, skb->len); in ath10k_tm_event_wmi()
74 ret = nla_put_u32(nl_skb, ATH10K_TM_ATTR_WMI_CMDID, cmd_id); in ath10k_tm_event_wmi()
375 u32 cmd_id; in ath10k_tm_cmd_wmi() local
397 cmd_id = nla_get_u32(tb[ATH10K_TM_ATTR_WMI_CMDID]); in ath10k_tm_cmd_wmi()
401 cmd_id, buf, buf_len); in ath10k_tm_cmd_wmi()
413 ret = ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_tm_cmd_wmi()
H A Dtestmode.h12 bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, struct sk_buff *skb);
22 static inline bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, in ath10k_tm_event_wmi() argument
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/
H A Dimg.c8 u8 iwl_fw_lookup_cmd_ver(const struct iwl_fw *fw, u32 cmd_id, u8 def) in iwl_fw_lookup_cmd_ver() argument
13 u8 grp = iwl_cmd_groupid(cmd_id) ?: LONG_GROUP; in iwl_fw_lookup_cmd_ver()
14 u8 cmd = iwl_cmd_opcode(cmd_id); in iwl_fw_lookup_cmd_ver()
H A Ddebugfs.c211 __be32 cmd_id; member
244 hcmd.id = be32_to_cpu(data->cmd_id); in iwl_dbgfs_send_hcmd_write()
334 u32 cmd_id; in iwl_dbgfs_fw_info_seq_show() local
350 cmd_id = WIDE_ID(ver->group, ver->cmd); in iwl_dbgfs_fw_info_seq_show()
352 seq_printf(seq, " 0x%04x:\n", cmd_id); in iwl_dbgfs_fw_info_seq_show()
354 iwl_get_cmd_string(priv->fwrt->trans, cmd_id)); in iwl_dbgfs_fw_info_seq_show()
H A Dimg.h267 u8 iwl_fw_lookup_cmd_ver(const struct iwl_fw *fw, u32 cmd_id, u8 def);
/freebsd-14.2/sys/dev/qat/qat_common/
H A Dadf_freebsd_admin.c175 request->cmd_id, in adf_put_admin_msg_sync()
233 req.cmd_id = ICP_QAT_FW_INIT_ME; in adf_init_me()
257 req.cmd_id = ICP_QAT_FW_HEARTBEAT_TIMER_SET; in adf_set_heartbeat_timer()
277 req.cmd_id = ICP_QAT_FW_COMP_CAPABILITY_GET; in adf_get_dc_capabilities()
296 req.cmd_id = ICP_QAT_FW_CONSTANTS_CFG; in adf_set_fw_constants()
318 req.cmd_id = ICP_QAT_FW_STATUS_GET; in adf_get_fw_status()
341 req.cmd_id = ICP_QAT_FW_TIMER_GET; in adf_get_fw_timestamp()
368 req.cmd_id = ICP_QAT_FW_PKE_REPLAY_STATS_GET; in adf_get_fw_pke_stats()
H A Dadf_gen4_timer.c46 req.cmd_id = ICP_QAT_FW_HEARTBEAT_SYNC; in adf_hb_irq_bh_handler()
H A Dadf_freebsd_cnvnr_ctrs_dbg.c97 request.cmd_id = ICP_QAT_FW_CNV_STATS_GET; in qat_cnvnr_ctrs_dbg_read()
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-key.c113 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD); in iwl_mvm_mld_update_sta_key() local
130 err = iwl_mvm_send_cmd_pdu(mvm, cmd_id, CMD_ASYNC, sizeof(cmd), &cmd); in iwl_mvm_mld_update_sta_key()
156 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD); in __iwl_mvm_sec_key_del() local
164 return iwl_mvm_send_cmd_pdu(mvm, cmd_id, flags, sizeof(cmd), &cmd); in __iwl_mvm_sec_key_del()
170 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD); in iwl_mvm_mld_send_key() local
207 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(cmd), &cmd); in iwl_mvm_mld_send_key()
218 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(cmd), &cmd); in iwl_mvm_mld_send_key()
H A Dfw.c78 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, DQA_ENABLE_CMD); in iwl_mvm_send_dqa_cmd() local
533 u32 cmd_id = PHY_CONFIGURATION_CMD; in iwl_send_phy_cfg_cmd() local
564 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_send_phy_cfg_cmd()
828 u32 cmd_id = REDUCE_TX_POWER_CMD; in iwl_mvm_sar_select_profile() local
836 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_mvm_sar_select_profile()
877 return iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, len, &cmd); in iwl_mvm_sar_select_profile()
940 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_mvm_sar_geo_init()
1018 return iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, len, &cmd); in iwl_mvm_sar_geo_init()
1127 u32 cmd_id = WIDE_ID(REGULATORY_AND_NVM_GROUP, TAS_CONFIG); in iwl_mvm_tas_init() local
1140 fw_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_mvm_tas_init()
[all …]
H A Dftm-responder.c110 u32 cmd_id = WIDE_ID(LOCATION_GROUP, TOF_RESPONDER_CONFIG_CMD); in iwl_mvm_ftm_responder_cmd() local
125 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, 6); in iwl_mvm_ftm_responder_cmd()
165 return iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, cmd_size, &cmd); in iwl_mvm_ftm_responder_cmd()
H A Dops.c301 u16 cmd_id, min_size; member
307 { .cmd_id = _cmd_id, .fn = _fn, .context = _context, }
309 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, }
311 { .cmd_id = _cmd_id, .fn = _fn, \
314 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \
1588 if (!cmds_trig->cmds[i].cmd_id) in iwl_mvm_rx_check_trigger()
1591 if (cmds_trig->cmds[i].cmd_id != pkt->hdr.cmd || in iwl_mvm_rx_check_trigger()
1625 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mvm_rx_common()
1630 rx_h->cmd_id, pkt_len, rx_h->min_size)) in iwl_mvm_rx_common()
H A Drs-fw.c589 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, TLC_MNG_CONFIG_CMD); in iwl_mvm_rs_fw_rate_init() local
671 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, CMD_ASYNC, in iwl_mvm_rs_fw_rate_init()
698 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, CMD_ASYNC, cmd_size, in iwl_mvm_rs_fw_rate_init()
H A Dmld-sta.c317 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, in iwl_mvm_mld_disable_txq() local
325 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, in iwl_mvm_mld_disable_txq()
977 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, RX_BAID_ALLOCATION_CONFIG_CMD); in iwl_mvm_mld_update_sta_baids() local
1000 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(cmd), &cmd); in iwl_mvm_mld_update_sta_baids()
/freebsd-14.2/usr.bin/top/
H A Dcommands.h19 enum cmd_id { enum
54 enum cmd_id id;
/freebsd-14.2/sys/dev/qat_c2xxx/
H A Dqat_hw15.c817 enum fw_la_cmd_id cmd_id = desc->qcd_cmd_id; in qat_hw15_crypto_setup_req_params() local
861 if (cmd_id == FW_LA_CMD_HASH_CIPHER || cmd_id == FW_LA_CMD_AUTH) in qat_hw15_crypto_setup_req_params()
867 if (cmd_id != FW_LA_CMD_AUTH) { in qat_hw15_crypto_setup_req_params()
876 if (cmd_id == FW_LA_CMD_HASH_CIPHER || cmd_id == FW_LA_CMD_AUTH) in qat_hw15_crypto_setup_req_params()
913 if (cmd_id != FW_LA_CMD_AUTH) { in qat_hw15_crypto_setup_req_params()
914 if (cmd_id == FW_LA_CMD_CIPHER || in qat_hw15_crypto_setup_req_params()
915 cmd_id == FW_LA_CMD_HASH_CIPHER) in qat_hw15_crypto_setup_req_params()
937 if (cmd_id != FW_LA_CMD_CIPHER) { in qat_hw15_crypto_setup_req_params()
938 if (cmd_id == FW_LA_CMD_AUTH) in qat_hw15_crypto_setup_req_params()
944 if (cmd_id == FW_LA_CMD_HASH_CIPHER) in qat_hw15_crypto_setup_req_params()
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c215 u8 cmd2 = name->cmd_id; in iwl_hcmd_names_cmp()
252 if (arr->arr[j].cmd_id > arr->arr[j + 1].cmd_id) in iwl_cmd_groups_verify_sorted()
/freebsd-14.2/sys/dev/qat/include/
H A Dicp_qat_fw_init_admin.h63 u8 cmd_id; member
122 u8 cmd_id; member
/freebsd-14.2/contrib/nvi/ex/
H A Dex_util.c33 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, recno_t lno1, recno_t lno2, int force) in ex_cinit() argument
36 cmdp->cmd = &cmds[cmd_id]; in ex_cinit()
/freebsd-14.2/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c631 req.cmd_id = ICP_QAT_FW_COMP_CAPABILITY_GET; in adf_get_dc_extcapabilities()
658 req.cmd_id = ICP_QAT_FW_STATUS_GET; in adf_get_fw_status()
700 req.cmd_id = ICP_QAT_FW_CONSTANTS_CFG; in adf_4xxx_send_admin_init()
711 req.cmd_id = ICP_QAT_FW_INIT_ME; in adf_4xxx_send_admin_init()
720 req.cmd_id = ICP_QAT_FW_HEARTBEAT_TIMER_SET; in adf_4xxx_send_admin_init()
/freebsd-14.2/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat.c83 lacCmdId = pRespMsgFn->comn_resp.cmd_id; in LacSymQat_SymRespHandler()
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/api/
H A Ddebug.h102 u8 cmd_id; member

123