Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c32 cmd_node->priv = priv; in mwifiex_init_cmd_node()
38 cmd_node->condition = &cmd_node->cmd_wait_q_woken; in mwifiex_init_cmd_node()
41 cmd_node->cmd_skb = cmd_node->skb; in mwifiex_init_cmd_node()
65 return cmd_node; in mwifiex_get_cmd_node()
83 cmd_node->cmd_no = 0; in mwifiex_clean_cmd_node()
84 cmd_node->cmd_flag = 0; in mwifiex_clean_cmd_node()
88 if (cmd_node->cmd_skb) in mwifiex_clean_cmd_node()
107 if (!cmd_node) in mwifiex_insert_cmd_to_free_q()
227 skb_put(cmd_node->cmd_skb, cmd_size - cmd_node->cmd_skb->len); in mwifiex_dnld_cmd_to_fw()
608 if (!cmd_node) { in mwifiex_send_cmd()
[all …]
H A Dscan.c1481 struct cmd_ctrl_node *cmd_node; in mwifiex_scan_networks() local
1542 list_del(&cmd_node->list); in mwifiex_scan_networks()
1551 mwifiex_wait_queue_complete(adapter, cmd_node); in mwifiex_scan_networks()
1976 struct cmd_ctrl_node *cmd_node; in mwifiex_check_next_scan_command() local
2039 list_del(&cmd_node->list); in mwifiex_check_next_scan_command()
2041 mwifiex_insert_cmd_to_pending_q(adapter, cmd_node); in mwifiex_check_next_scan_command()
2538 struct cmd_ctrl_node *cmd_node; in mwifiex_ret_802_11_scan_ext() local
2578 cmd_ptr = (void *)cmd_node->cmd_skb->data; in mwifiex_ret_802_11_scan_ext()
2758 struct cmd_ctrl_node *cmd_node) in mwifiex_queue_scan_cmd() argument
2762 cmd_node->wait_q_enabled = true; in mwifiex_queue_scan_cmd()
[all …]
H A Dutil.c497 struct cmd_ctrl_node *cmd_node) in mwifiex_complete_cmd() argument
499 WARN_ON(!cmd_node->wait_q_enabled); in mwifiex_complete_cmd()
503 *cmd_node->condition = true; in mwifiex_complete_cmd()
H A Dmain.h1072 struct cmd_ctrl_node *cmd_node);
1090 struct cmd_ctrl_node *cmd_node);
1093 struct cmd_ctrl_node *cmd_node);
1152 struct cmd_ctrl_node *cmd_node);
/openbmc/linux/drivers/gpu/drm/i915/
H A 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()