Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c29 struct cmd_ctrl_node *cmd_node, in mwifiex_init_cmd_node() argument
32 cmd_node->priv = priv; in mwifiex_init_cmd_node()
33 cmd_node->cmd_no = cmd_no; in mwifiex_init_cmd_node()
36 cmd_node->wait_q_enabled = true; in mwifiex_init_cmd_node()
37 cmd_node->cmd_wait_q_woken = false; in mwifiex_init_cmd_node()
38 cmd_node->condition = &cmd_node->cmd_wait_q_woken; in mwifiex_init_cmd_node()
40 cmd_node->data_buf = data_buf; in mwifiex_init_cmd_node()
41 cmd_node->cmd_skb = cmd_node->skb; in mwifiex_init_cmd_node()
51 struct cmd_ctrl_node *cmd_node; in mwifiex_get_cmd_node() local
60 cmd_node = list_first_entry(&adapter->cmd_free_q, in mwifiex_get_cmd_node()
[all …]
Dscan.c1486 struct cmd_ctrl_node *cmd_node; in mwifiex_scan_networks() local
1545 cmd_node = list_first_entry(&adapter->scan_pending_q, in mwifiex_scan_networks()
1547 list_del(&cmd_node->list); in mwifiex_scan_networks()
1549 mwifiex_insert_cmd_to_pending_q(adapter, cmd_node); in mwifiex_scan_networks()
1556 mwifiex_wait_queue_complete(adapter, cmd_node); in mwifiex_scan_networks()
1981 struct cmd_ctrl_node *cmd_node; in mwifiex_check_next_scan_command() local
2042 cmd_node = list_first_entry(&adapter->scan_pending_q, in mwifiex_check_next_scan_command()
2044 list_del(&cmd_node->list); in mwifiex_check_next_scan_command()
2046 mwifiex_insert_cmd_to_pending_q(adapter, cmd_node); in mwifiex_check_next_scan_command()
2543 struct cmd_ctrl_node *cmd_node; in mwifiex_ret_802_11_scan_ext() local
[all …]
Dutil.c493 struct cmd_ctrl_node *cmd_node) in mwifiex_complete_cmd() argument
495 WARN_ON(!cmd_node->wait_q_enabled); in mwifiex_complete_cmd()
499 *cmd_node->condition = true; in mwifiex_complete_cmd()
Dmain.h1085 struct cmd_ctrl_node *cmd_node);
1103 struct cmd_ctrl_node *cmd_node);
1106 struct cmd_ctrl_node *cmd_node);
1163 struct cmd_ctrl_node *cmd_node);
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_cmd_parser.c878 struct cmd_node { struct
920 struct cmd_node *desc_node = in init_hash_table()
938 struct cmd_node *desc_node; in fini_hash_table()
1080 struct cmd_node *desc_node; in find_cmd_in_table()