Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c250 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _rtw_enqueue_cmd()
269 struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue) in _rtw_dequeue_cmd()
272 struct cmd_obj *obj; in _rtw_dequeue_cmd()
279 obj = container_of(get_next(&queue->queue), struct cmd_obj, list); in _rtw_dequeue_cmd()
299 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj);
300 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument
304 if (cmd_obj->cmdcode == GEN_CMD_CODE(_SetChannelPlan)) in rtw_cmd_filter()
314 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument
319 if (!cmd_obj) in rtw_enqueue_cmd()
322 cmd_obj->padapter = padapter; in rtw_enqueue_cmd()
[all …]
H A Drtw_mlme_ext.c4397 struct cmd_obj *pcmd_obj; in report_survey_event()
4413 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event()
4458 struct cmd_obj *pcmd_obj; in report_surveydone_event()
4466 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_surveydone_event()
4502 struct cmd_obj *pcmd_obj; in report_join_res()
4511 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_join_res()
4552 struct cmd_obj *pcmd_obj; in report_wmm_edca_update()
4560 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_wmm_edca_update()
4596 struct cmd_obj *pcmd_obj; in report_del_sta_event()
4606 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_del_sta_event()
[all …]
H A Drtw_ap.c1262 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key()
1267 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1304 struct cmd_obj *pcmd; in rtw_ap_set_key()
1309 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_key()
/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py15 def __init__(self, msg, cmd_obj): argument
17 self.cmd = cmd_obj
172 cmd_obj = cmd(cmd_str, ns=ns, host=host)
174 return _json.loads(cmd_obj.stdout)
175 return cmd_obj
209 cmd_obj = cmd(cmd_arr, ns=ns, host=host, shell=False)
213 for l in cmd_obj.stdout.split('\n'):
224 return cmd_obj
/linux/drivers/staging/rtl8723bs/include/
H A Dcmd_osdep.h15 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj);
16 extern struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue);