Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/mwifiex/
Dcmdevt.c420 int mwifiex_send_cmd_sync(struct mwifiex_private *priv, uint16_t cmd_no, in mwifiex_send_cmd_sync() argument
428 ret = mwifiex_send_cmd_async(priv, cmd_no, cmd_action, cmd_oid, in mwifiex_send_cmd_sync()
448 int mwifiex_send_cmd_async(struct mwifiex_private *priv, uint16_t cmd_no, in mwifiex_send_cmd_async() argument
472 if (cmd_no != HostCmd_CMD_FUNC_INIT) { in mwifiex_send_cmd_async()
498 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_send_cmd_async()
502 if (cmd_no) { in mwifiex_send_cmd_async()
503 ret = mwifiex_sta_prepare_cmd(priv, cmd_no, cmd_action, in mwifiex_send_cmd_async()
513 cmd_no); in mwifiex_send_cmd_async()
519 if (cmd_no == HostCmd_CMD_802_11_SCAN) { in mwifiex_send_cmd_async()
Dsta_cmd.c915 int mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no, in mwifiex_sta_prepare_cmd() argument
923 switch (cmd_no) { in mwifiex_sta_prepare_cmd()
999 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
1016 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
1021 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
1075 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_sta_prepare_cmd()
1091 "PREP_CMD: unknown cmd- %#x\n", cmd_no); in mwifiex_sta_prepare_cmd()
Dsta_ioctl.c1284 u16 cmd_no; in mwifiex_reg_mem_ioctl_reg_rw() local
1288 cmd_no = HostCmd_CMD_MAC_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1291 cmd_no = HostCmd_CMD_BBP_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1294 cmd_no = HostCmd_CMD_RF_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1297 cmd_no = HostCmd_CMD_PMIC_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1300 cmd_no = HostCmd_CMD_CAU_REG_ACCESS; in mwifiex_reg_mem_ioctl_reg_rw()
1306 return mwifiex_send_cmd_sync(priv, cmd_no, action, 0, reg_rw); in mwifiex_reg_mem_ioctl_reg_rw()
Dmain.h683 int mwifiex_send_cmd_async(struct mwifiex_private *priv, uint16_t cmd_no,
686 int mwifiex_send_cmd_sync(struct mwifiex_private *priv, uint16_t cmd_no,
734 int mwifiex_sta_prepare_cmd(struct mwifiex_private *, uint16_t cmd_no,
/linux-3.4.99/drivers/scsi/
Dgdth.c1367 u16 cp_count,dp_offset,cmd_no; in gdth_copy_command() local
1373 cmd_no = ha->cmd_cnt; in gdth_copy_command()
1390 &dp2_ptr->u.ic.comm_queue[cmd_no].offset); in gdth_copy_command()
1392 &dp2_ptr->u.ic.comm_queue[cmd_no].serv_id); in gdth_copy_command()
1397 &dp6_ptr->u.ic.comm_queue[cmd_no].offset); in gdth_copy_command()
1399 &dp6_ptr->u.ic.comm_queue[cmd_no].serv_id); in gdth_copy_command()
1404 &dp6c_ptr->u.ic.comm_queue[cmd_no].offset); in gdth_copy_command()
1406 &dp6c_ptr->u.ic.comm_queue[cmd_no].serv_id); in gdth_copy_command()
1411 &dp6m_ptr->u.ic.comm_queue[cmd_no].offset); in gdth_copy_command()
1413 &dp6m_ptr->u.ic.comm_queue[cmd_no].serv_id); in gdth_copy_command()