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

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c29 struct cmd_ctrl_node *cmd_node,
32 cmd_node->priv = priv;
33 cmd_node->cmd_no = cmd_no;
36 cmd_node->wait_q_enabled = true;
37 cmd_node->cmd_wait_q_woken = false;
38 cmd_node->condition = &cmd_node->cmd_wait_q_woken;
40 cmd_node->data_buf = data_buf;
41 cmd_node->cmd_skb = cmd_node
28 mwifiex_init_cmd_node(struct mwifiex_private *priv, struct cmd_ctrl_node *cmd_node, u32 cmd_no, void *data_buf, bool sync) argument
51 struct cmd_ctrl_node *cmd_node; local
80 mwifiex_clean_cmd_node(struct mwifiex_adapter *adapter, struct cmd_ctrl_node *cmd_node) argument
104 mwifiex_insert_cmd_to_free_q(struct mwifiex_adapter *adapter, struct cmd_ctrl_node *cmd_node) argument
122 mwifiex_recycle_cmd_node(struct mwifiex_adapter *adapter, struct cmd_ctrl_node *cmd_node) argument
162 mwifiex_dnld_cmd_to_fw(struct mwifiex_private *priv, struct cmd_ctrl_node *cmd_node) argument
551 struct cmd_ctrl_node *cmd_node; local
684 mwifiex_insert_cmd_to_pending_q(struct mwifiex_adapter *adapter, struct cmd_ctrl_node *cmd_node) argument
746 struct cmd_ctrl_node *cmd_node; local
936 struct cmd_ctrl_node *cmd_node; local
1026 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; local
1049 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; local
1088 struct cmd_ctrl_node *cmd_node = NULL; local
[all...]
H A Dscan.c1469 struct cmd_ctrl_node *cmd_node; local
1528 cmd_node = list_first_entry(&adapter->scan_pending_q,
1530 list_del(&cmd_node->list);
1532 mwifiex_insert_cmd_to_pending_q(adapter, cmd_node);
1539 mwifiex_wait_queue_complete(adapter, cmd_node);
1964 struct cmd_ctrl_node *cmd_node; local
2025 cmd_node = list_first_entry(&adapter->scan_pending_q,
2027 list_del(&cmd_node->list);
2029 mwifiex_insert_cmd_to_pending_q(adapter, cmd_node);
2525 struct cmd_ctrl_node *cmd_node; local
2744 mwifiex_queue_scan_cmd(struct mwifiex_private *priv, struct cmd_ctrl_node *cmd_node) argument
[all...]
H A Dutil.c497 struct cmd_ctrl_node *cmd_node)
499 WARN_ON(!cmd_node->wait_q_enabled);
503 *cmd_node->condition = true;
496 mwifiex_complete_cmd(struct mwifiex_adapter *adapter, struct cmd_ctrl_node *cmd_node) argument
H A Dmain.h1070 struct cmd_ctrl_node *cmd_node);
1088 struct cmd_ctrl_node *cmd_node);
1091 struct cmd_ctrl_node *cmd_node);
1150 struct cmd_ctrl_node *cmd_node);
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c878 struct cmd_node { struct
920 struct cmd_node *desc_node =
938 struct cmd_node *desc_node;
1080 struct cmd_node *desc_node;

Completed in 155 milliseconds