Searched full:cmd_sent (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | util.c | 98 {"cmd_sent", item_size(cmd_sent), 99 item_addr(cmd_sent), 1}, 214 info->cmd_sent = adapter->cmd_sent; in mwifiex_get_debug_info()
|
| H A D | cmdevt.c | 238 adapter->cmd_sent = true; in mwifiex_dnld_cmd_to_fw() 256 adapter->cmd_sent = false; in mwifiex_dnld_cmd_to_fw() 1002 "data_sent=%d cmd_sent=%d\n", in mwifiex_cmd_timeout_func() 1003 adapter->data_sent, adapter->cmd_sent); in mwifiex_cmd_timeout_func() 1122 if (!adapter->cmd_sent && !atomic_read(&adapter->tx_hw_pending) && in mwifiex_check_ps_cond() 1128 (adapter->cmd_sent) ? "D" : "", in mwifiex_check_ps_cond()
|
| H A D | sdio.c | 2006 if (sdio_ireg & DN_LD_CMD_PORT_HOST_INT_STATUS && adapter->cmd_sent) in mwifiex_process_int_status() 2007 adapter->cmd_sent = false; in mwifiex_process_int_status() 2071 updated is command port only, cmd_sent should be done for any SDIO in mwifiex_process_int_status() 2073 if (card->has_control_mask && adapter->cmd_sent) { in mwifiex_process_int_status() 2079 adapter->cmd_sent = false; in mwifiex_process_int_status() 2082 mwifiex_dbg(adapter, INTR, "info: cmd_sent=%d data_sent=%d\n", in mwifiex_process_int_status() 2083 adapter->cmd_sent, adapter->data_sent); in mwifiex_process_int_status() 2373 adapter->cmd_sent = true; in mwifiex_sdio_host_to_card() 2399 adapter->cmd_sent = false; in mwifiex_sdio_host_to_card()
|
| H A D | sta_tx.c | 213 if (ret && !adapter->cmd_sent && !adapter->curr_cmd && in mwifiex_check_last_packet_indication()
|
| H A D | ioctl.h | 234 u8 cmd_sent; member
|
| H A D | README | 154 cmd_sent = <0/1, send command resources available/sending command to device>
|
| H A D | main.c | 339 if (adapter->cmd_sent || adapter->curr_cmd || in mwifiex_main_process() 382 if (!adapter->cmd_sent && !adapter->curr_cmd && in mwifiex_main_process() 455 if (adapter->delay_null_pkt && !adapter->cmd_sent && in mwifiex_main_process()
|
| H A D | init.c | 212 adapter->cmd_sent = false; in mwifiex_init_adapter()
|
| H A D | usb.c | 260 adapter->cmd_sent = false; in mwifiex_usb_tx_complete()
|
| /linux/drivers/mmc/host/ |
| H A D | moxart-mmc.c | 87 #define CMD_SENT BIT(6) macro 96 RSP_CRC_OK | CARD_DETECT | CMD_SENT) 210 RSP_CRC_FAIL | CMD_SENT, host->base + REG_CLEAR); in moxart_send_command()
|
| /linux/drivers/bluetooth/ |
| H A D | btnxpuart.c | 179 cmd_sent, enumerator 1212 if (nxpdev->timeout_changed == cmd_sent) in nxp_recv_fw_req_v3() 1214 if (nxpdev->baudrate_changed == cmd_sent) in nxp_recv_fw_req_v3() 1218 if (nxpdev->timeout_changed == cmd_sent && in nxp_recv_fw_req_v3() 1223 if (nxpdev->baudrate_changed == cmd_sent && in nxp_recv_fw_req_v3() 1235 nxpdev->timeout_changed = cmd_sent; in nxp_recv_fw_req_v3() 1242 nxpdev->baudrate_changed = cmd_sent; in nxp_recv_fw_req_v3()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | dev.h | 120 bit1 1/0=cmd_sent/cmd_tx_done,
|
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | libertas_tf.h | 190 bit1 1/0=cmd_sent/cmd_tx_done,
|