Home
last modified time | relevance | path

Searched refs:cmd_no (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c238 u8 cmd_no; member
273 u8 cmd_no; member
556 u8 cmd_no, int channel) in kvaser_usb_hydra_send_simple_cmd() argument
566 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd()
596 u8 cmd_no) in kvaser_usb_hydra_send_simple_cmd_async() argument
607 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd_async()
664 if (tmp_cmd->header.cmd_no == cmd_no) { in kvaser_usb_hydra_wait_cmd()
1357 switch (cmd->header.cmd_no) { in kvaser_usb_hydra_handle_cmd_std()
1397 cmd->header.cmd_no); in kvaser_usb_hydra_handle_cmd_std()
1416 cmd->header.cmd_no); in kvaser_usb_hydra_handle_cmd_ext()
[all …]
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c30 u32 cmd_no, void *data_buf, bool sync) in mwifiex_init_cmd_node() argument
33 cmd_node->cmd_no = cmd_no; in mwifiex_init_cmd_node()
83 cmd_node->cmd_no = 0; in mwifiex_clean_cmd_node()
189 cmd_node->cmd_no = cmd_code; in mwifiex_dnld_cmd_to_fw()
585 if (cmd_no != HostCmd_CMD_FUNC_INIT) { in mwifiex_send_cmd()
594 if (adapter->mfg_mode && cmd_no) { in mwifiex_send_cmd()
626 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_send_cmd()
630 if (cmd_no) { in mwifiex_send_cmd()
631 switch (cmd_no) { in mwifiex_send_cmd()
659 cmd_no); in mwifiex_send_cmd()
[all …]
H A Dsta_cmd.c1920 switch (cmd_no) { in mwifiex_is_cmd_supported()
1950 cmd_no); in mwifiex_sta_prepare_cmd()
1955 switch (cmd_no) { in mwifiex_sta_prepare_cmd()
2046 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2057 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2067 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2078 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2087 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2098 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2103 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
[all …]
H A Dsta_ioctl.c1208 u16 cmd_no; in mwifiex_reg_mem_ioctl_reg_rw() local
1212 cmd_no = HostCmd_CMD_MAC_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1215 cmd_no = HostCmd_CMD_BBP_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1218 cmd_no = HostCmd_CMD_RF_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1221 cmd_no = HostCmd_CMD_PMIC_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1224 cmd_no = HostCmd_CMD_CAU_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1230 return mwifiex_send_cmd(priv, cmd_no, action, 0, reg_rw, true); in mwifiex_reg_mem_ioctl_reg_rw()
H A Duap_cmd.c931 int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, u16 cmd_no, in mwifiex_uap_prepare_cmd() argument
937 switch (cmd_no) { in mwifiex_uap_prepare_cmd()
948 cmd->command = cpu_to_le16(cmd_no); in mwifiex_uap_prepare_cmd()
967 "PREP_CMD: unknown cmd %#x\n", cmd_no); in mwifiex_uap_prepare_cmd()
H A Dmain.h733 u32 cmd_no; member
1084 int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no,
1136 int mwifiex_sta_prepare_cmd(struct mwifiex_private *, uint16_t cmd_no,
1139 int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
H A Dscan.c604 u32 tlv_idx, rates_size, cmd_no; in mwifiex_scan_channel_list() local
742 cmd_no = HostCmd_CMD_802_11_SCAN_EXT; in mwifiex_scan_channel_list()
744 cmd_no = HostCmd_CMD_802_11_SCAN; in mwifiex_scan_channel_list()
746 ret = mwifiex_send_cmd(priv, cmd_no, HostCmd_ACT_GEN_SET, in mwifiex_scan_channel_list()
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c148 static struct sk_buff *qtnf_cmd_alloc_new_cmdskb(u8 macid, u8 vifid, u16 cmd_no, in qtnf_cmd_alloc_new_cmdskb() argument
157 pr_err("VIF%u.%u CMD %u: alloc failed\n", macid, vifid, cmd_no); in qtnf_cmd_alloc_new_cmdskb()
166 cmd->cmd_id = cpu_to_le16(cmd_no); in qtnf_cmd_alloc_new_cmdskb()