Home
last modified time | relevance | path

Searched refs:cmd_node (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcmdevt.c39 struct cmd_ctrl_node *cmd_node, in mwifiex_init_cmd_node() argument
42 cmd_node->priv = priv; in mwifiex_init_cmd_node()
43 cmd_node->cmd_oid = cmd_oid; in mwifiex_init_cmd_node()
45 cmd_node->wait_q_enabled = true; in mwifiex_init_cmd_node()
46 cmd_node->cmd_wait_q_woken = false; in mwifiex_init_cmd_node()
47 cmd_node->condition = &cmd_node->cmd_wait_q_woken; in mwifiex_init_cmd_node()
49 cmd_node->data_buf = data_buf; in mwifiex_init_cmd_node()
50 cmd_node->cmd_skb = cmd_node->skb; in mwifiex_init_cmd_node()
60 struct cmd_ctrl_node *cmd_node; in mwifiex_get_cmd_node() local
69 cmd_node = list_first_entry(&adapter->cmd_free_q, in mwifiex_get_cmd_node()
[all …]
Dscan.c595 struct cmd_ctrl_node *cmd_node, *tmp_node; in mwifiex_scan_channel_list() local
752 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_scan_channel_list()
755 list_del(&cmd_node->list); in mwifiex_scan_channel_list()
756 cmd_node->wait_q_enabled = false; in mwifiex_scan_channel_list()
757 mwifiex_insert_cmd_to_free_q(adapter, cmd_node); in mwifiex_scan_channel_list()
1412 struct cmd_ctrl_node *cmd_node; in mwifiex_scan_networks() local
1470 cmd_node = list_first_entry(&adapter->scan_pending_q, in mwifiex_scan_networks()
1472 list_del(&cmd_node->list); in mwifiex_scan_networks()
1475 mwifiex_insert_cmd_to_pending_q(adapter, cmd_node, in mwifiex_scan_networks()
1482 mwifiex_wait_queue_complete(adapter, cmd_node); in mwifiex_scan_networks()
[all …]
Dsta_cmdresp.c47 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_process_cmdresp_error() local
75 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_process_cmdresp_error()
77 list_del(&cmd_node->list); in mwifiex_process_cmdresp_error()
80 mwifiex_insert_cmd_to_free_q(adapter, cmd_node); in mwifiex_process_cmdresp_error()
Dmain.h947 struct cmd_ctrl_node *cmd_node);
963 struct cmd_ctrl_node *cmd_node);
965 struct cmd_ctrl_node *cmd_node);
968 struct cmd_ctrl_node *cmd_node,
1026 struct cmd_ctrl_node *cmd_node);
Dutil.c465 struct cmd_ctrl_node *cmd_node) in mwifiex_complete_cmd() argument
470 *(cmd_node->condition) = true; in mwifiex_complete_cmd()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_cmd_parser.c581 struct cmd_node { struct
616 struct cmd_node *desc_node = in init_hash_table()
634 struct cmd_node *desc_node; in fini_hash_table()
761 struct cmd_node *desc_node; in find_cmd_in_table()