Searched full:cmd_no (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_hydra.c | 257 u8 cmd_no; member 292 u8 cmd_no; member 531 if (cmd->header.cmd_no == CMD_EXTENDED) in kvaser_usb_hydra_cmd_size() 560 if (cmd->header.cmd_no == CMD_EXTENDED) { in kvaser_usb_hydra_ktime_from_cmd() 567 } else if (cmd->header.cmd_no == CMD_RX_MESSAGE) { in kvaser_usb_hydra_ktime_from_cmd() 569 } else if (cmd->header.cmd_no == CMD_TX_ACKNOWLEDGE) { in kvaser_usb_hydra_ktime_from_cmd() 577 u8 cmd_no, int channel) in kvaser_usb_hydra_send_simple_cmd() argument 587 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd() 617 u8 cmd_no) in kvaser_usb_hydra_send_simple_cmd_async() argument 628 cmd->header.cmd_no = cmd_no; in kvaser_usb_hydra_send_simple_cmd_async() [all …]
|
| H A D | kvaser_usb_leaf.c | 1535 /* info1 will contain the offending cmd_no */ in kvaser_usb_leaf_error_event_parameter() 1549 "Unhandled parameter error event cmd_no (%u)\n", in kvaser_usb_leaf_error_event_parameter()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cmdevt.c | 30 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() 187 cmd_node->cmd_no = cmd_code; in mwifiex_dnld_cmd_to_fw() 542 int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no, in mwifiex_send_cmd() argument 562 cmd_no != HostCmd_CMD_802_11_HS_CFG_ENH) { in mwifiex_send_cmd() 581 if (cmd_no != HostCmd_CMD_FUNC_INIT) { in mwifiex_send_cmd() 590 if (adapter->mfg_mode && cmd_no) { in mwifiex_send_cmd() 596 cmd_no != HostCmd_CMD_802_11_HS_CFG_ENH) { in mwifiex_send_cmd() 611 mwifiex_init_cmd_node(priv, cmd_node, cmd_no, data_buf, sync); in mwifiex_send_cmd() [all …]
|
| H A D | uap_cmd.c | 931 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 D | scan.c | 604 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()
|