Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
A 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()
597 if (cmd_no != HostCmd_CMD_FUNC_INIT) { in mwifiex_send_cmd()
606 if (adapter->mfg_mode && cmd_no) { in mwifiex_send_cmd()
638 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_send_cmd()
642 if (cmd_no) { in mwifiex_send_cmd()
643 switch (cmd_no) { in mwifiex_send_cmd()
669 cmd_no); in mwifiex_send_cmd()
[all …]
A Dsta_cmd.c1922 switch (cmd_no) { in mwifiex_is_cmd_supported()
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()
2089 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2100 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
2105 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
[all …]
A 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()
A 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()
A Dmain.h751 u32 cmd_no; member
1095 int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no,
1146 int mwifiex_sta_prepare_cmd(struct mwifiex_private *, uint16_t cmd_no,
1149 int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
A 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/drivers/net/can/usb/kvaser_usb/
A Dkvaser_usb_hydra.c231 u8 cmd_no; member
257 u8 cmd_no; member
530 u8 cmd_no, int channel) in kvaser_usb_hydra_send_simple_cmd() argument
539 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd()
568 u8 cmd_no) in kvaser_usb_hydra_send_simple_cmd_async() argument
578 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd_async()
635 if (tmp_cmd->header.cmd_no == cmd_no) { in kvaser_usb_hydra_wait_cmd()
1302 switch (cmd->header.cmd_no) { in kvaser_usb_hydra_handle_cmd_std()
1338 cmd->header.cmd_no); in kvaser_usb_hydra_handle_cmd_std()
1357 cmd->header.cmd_no); in kvaser_usb_hydra_handle_cmd_ext()
[all …]
/linux/drivers/net/wireless/quantenna/qtnfmac/
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()

Completed in 33 milliseconds