Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c42 u32 cmd_no, void *data_buf, bool sync) in mwifiex_init_cmd_node() argument
45 cmd_node->cmd_no = cmd_no; in mwifiex_init_cmd_node()
95 cmd_node->cmd_no = 0; in mwifiex_clean_cmd_node()
201 cmd_node->cmd_no = cmd_code; in mwifiex_dnld_cmd_to_fw()
558 int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no, in mwifiex_send_cmd() argument
578 cmd_no != HostCmd_CMD_802_11_HS_CFG_ENH) { in mwifiex_send_cmd()
597 if (cmd_no != HostCmd_CMD_FUNC_INIT) { in mwifiex_send_cmd()
606 if (adapter->mfg_mode && cmd_no) { in mwifiex_send_cmd()
612 cmd_no != HostCmd_CMD_802_11_HS_CFG_ENH) { in mwifiex_send_cmd()
627 mwifiex_init_cmd_node(priv, cmd_node, cmd_no, data_buf, sync); in mwifiex_send_cmd()
[all …]
Dsta_cmd.c1919 static int mwifiex_is_cmd_supported(struct mwifiex_private *priv, u16 cmd_no) in mwifiex_is_cmd_supported() argument
1922 switch (cmd_no) { in mwifiex_is_cmd_supported()
1942 int mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no, in mwifiex_sta_prepare_cmd() argument
1949 if (mwifiex_is_cmd_supported(priv, cmd_no)) { in mwifiex_sta_prepare_cmd()
1952 cmd_no); in mwifiex_sta_prepare_cmd()
1957 switch (cmd_no) { in mwifiex_sta_prepare_cmd()
2048 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2059 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2069 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2080 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
[all …]
Dsta_ioctl.c1223 u16 cmd_no; in mwifiex_reg_mem_ioctl_reg_rw() local
1227 cmd_no = HostCmd_CMD_MAC_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1230 cmd_no = HostCmd_CMD_BBP_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1233 cmd_no = HostCmd_CMD_RF_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1236 cmd_no = HostCmd_CMD_PMIC_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1239 cmd_no = HostCmd_CMD_CAU_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1245 return mwifiex_send_cmd(priv, cmd_no, action, 0, reg_rw, true); in mwifiex_reg_mem_ioctl_reg_rw()
Duap_cmd.c780 int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, u16 cmd_no, in mwifiex_uap_prepare_cmd() argument
786 switch (cmd_no) { in mwifiex_uap_prepare_cmd()
795 cmd->command = cpu_to_le16(cmd_no); in mwifiex_uap_prepare_cmd()
809 "PREP_CMD: unknown cmd %#x\n", cmd_no); in mwifiex_uap_prepare_cmd()
Dmain.h752 u32 cmd_no; member
1098 int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no,
1149 int mwifiex_sta_prepare_cmd(struct mwifiex_private *, uint16_t cmd_no,
1152 int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
Dscan.c628 u32 tlv_idx, rates_size, cmd_no; in mwifiex_scan_channel_list() local
770 cmd_no = HostCmd_CMD_802_11_SCAN_EXT; in mwifiex_scan_channel_list()
772 cmd_no = HostCmd_CMD_802_11_SCAN; in mwifiex_scan_channel_list()
774 ret = mwifiex_send_cmd(priv, cmd_no, HostCmd_ACT_GEN_SET, in mwifiex_scan_channel_list()
/linux-5.19.10/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c232 u8 cmd_no; member
258 u8 cmd_no; member
488 if (cmd->header.cmd_no == CMD_EXTENDED) in kvaser_usb_hydra_cmd_size()
518 if (cmd->header.cmd_no == CMD_EXTENDED) { in kvaser_usb_hydra_ktime_from_rx_cmd()
532 u8 cmd_no, int channel) in kvaser_usb_hydra_send_simple_cmd() argument
541 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd()
570 u8 cmd_no) in kvaser_usb_hydra_send_simple_cmd_async() argument
580 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd_async()
600 static int kvaser_usb_hydra_wait_cmd(const struct kvaser_usb *dev, u8 cmd_no, in kvaser_usb_hydra_wait_cmd() argument
607 if (cmd->header.cmd_no == CMD_EXTENDED) { in kvaser_usb_hydra_wait_cmd()
[all …]
/linux-5.19.10/drivers/net/wireless/quantenna/qtnfmac/
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()