Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl8712_cmd.c123 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_macreg_hdl()
137 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_macreg_hdl()
150 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_bbreg_hdl()
159 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_bbreg_hdl()
173 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_rfreg_hdl()
188 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_rfreg_hdl()
200 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in sys_suspend_hdl()
206 static struct cmd_obj *cmd_hdl_filter(struct _adapter *padapter, in cmd_hdl_filter()
207 struct cmd_obj *pcmd) in cmd_hdl_filter()
209 struct cmd_obj *pcmd_r; in cmd_hdl_filter()
[all …]
A Drtl871x_cmd.c132 struct cmd_obj *obj; in r8712_dequeue_cmd()
175 struct cmd_obj *ph2c; in r8712_sitesurvey_cmd()
211 struct cmd_obj *ph2c; in r8712_setdatarate_cmd()
233 struct cmd_obj *ph2c; in r8712_set_chplan_cmd()
253 struct cmd_obj *ph2c; in r8712_setrfreg_cmd()
274 struct cmd_obj *ph2c; in r8712_getrfreg_cmd()
316 struct cmd_obj *pcmd; in r8712_createbss_cmd()
496 struct cmd_obj *ph2c; in r8712_setopmode_cmd()
516 struct cmd_obj *ph2c; in r8712_setstakey_cmd()
560 struct cmd_obj *ph2c; in r8712_setMacAddr_cmd()
[all …]
A Drtl871x_cmd.h30 struct cmd_obj { struct
84 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue);
85 void r8712_free_cmd_obj(struct cmd_obj *pcmd);
738 struct cmd_obj *pcmd);
740 struct cmd_obj *pcmd);
742 struct cmd_obj *pcmd);
744 struct cmd_obj *pcmd);
746 struct cmd_obj *pcmd);
748 struct cmd_obj *pcmd);
750 struct cmd_obj *pcmd);
[all …]
A Drtl871x_mlme.c1148 struct cmd_obj *pcmd; in r8712_set_auth()
1176 struct cmd_obj *pcmd; in r8712_set_key()
A Drtl871x_mp.c264 struct cmd_obj *pcmd = NULL; in r8712_SetChannel()
/linux/drivers/staging/r8188eu/core/
A Drtw_cmd.c130 struct cmd_obj *obj; in _rtw_dequeue_cmd()
169 static int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument
182 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument
187 if (!cmd_obj) in rtw_enqueue_cmd()
210 struct cmd_obj *cmd_obj; in rtw_dequeue_cmd() local
214 return cmd_obj; in rtw_dequeue_cmd()
240 struct cmd_obj *pcmd; in rtw_cmd_thread()
338 struct cmd_obj *ph2c; in rtw_sitesurvey_cmd()
411 struct cmd_obj *ph2c; in rtw_setdatarate_cmd()
448 struct cmd_obj *pcmd; in rtw_createbss_cmd()
[all …]
A Drtw_mlme.c1561 struct cmd_obj *pcmd; in rtw_set_auth()
1566 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_auth()
1595 struct cmd_obj *pcmd; in rtw_set_key()
1601 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_key()
A Drtw_mlme_ext.c6691 struct cmd_obj *pcmd_obj; in report_survey_event()
6707 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event()
6749 struct cmd_obj *pcmd_obj; in report_surveydone_event()
6757 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in report_surveydone_event()
6792 struct cmd_obj *pcmd_obj; in report_join_res()
6840 struct cmd_obj *pcmd_obj; in report_del_sta_event()
6894 struct cmd_obj *pcmd_obj; in report_add_sta_event()
7288 struct cmd_obj *ph2c; in survey_timer_hdl()
7317 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in survey_timer_hdl()
7869 struct cmd_obj *ph2c; in set_tx_beacon_cmd()
[all …]
A Drtw_p2p.c1681 struct cmd_obj *ph2c; in p2p_ps_wk_cmd()
1691 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in p2p_ps_wk_cmd()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_cmd.c277 struct cmd_obj *obj; in _rtw_dequeue_cmd()
304 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj);
305 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument
319 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument
324 if (!cmd_obj) in rtw_enqueue_cmd()
382 struct cmd_obj *pcmd; in rtw_cmd_thread()
598 struct cmd_obj *ph2c; in rtw_setdatarate_cmd()
634 struct cmd_obj *pcmd; in rtw_createbss_cmd()
662 struct cmd_obj *pcmd; in rtw_startbss_cmd()
865 struct cmd_obj *ph2c; in rtw_setopmode_cmd()
[all …]
A Drtw_mlme_ext.c4422 struct cmd_obj *pcmd_obj; in report_survey_event()
4483 struct cmd_obj *pcmd_obj; in report_surveydone_event()
4527 struct cmd_obj *pcmd_obj; in report_join_res()
4577 struct cmd_obj *pcmd_obj; in report_wmm_edca_update()
4621 struct cmd_obj *pcmd_obj; in report_del_sta_event()
4675 struct cmd_obj *pcmd_obj; in report_add_sta_event()
5120 struct cmd_obj *ph2c; in survey_timer_hdl()
5767 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd()
5771 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in chk_bmc_sleepq_cmd()
5787 struct cmd_obj *ph2c; in set_tx_beacon_cmd()
[all …]
A Drtw_ap.c1267 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key()
1272 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key()
1309 struct cmd_obj *pcmd; in rtw_ap_set_key()
1314 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_key()
A Drtw_mlme.c1888 struct cmd_obj *pcmd; in rtw_set_auth()
1893 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_auth()
1925 struct cmd_obj *pcmd; in rtw_set_key()
1973 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_key()
/linux/drivers/staging/rtl8723bs/include/
A Drtw_cmd.h22 struct cmd_obj { struct
110 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj);
111 extern struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv);
112 extern void rtw_free_cmd_obj(struct cmd_obj *pcmd);
623 extern void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
624 extern void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
625 extern void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
626 extern void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
627 extern void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd);
631 extern void rtw_getrttbl_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd);
[all …]
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);
/linux/drivers/staging/r8188eu/include/
A Drtw_cmd.h24 struct cmd_obj { struct
82 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj);
83 struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv);
84 void rtw_free_cmd_obj(struct cmd_obj *pcmd);
782 void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
783 void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
784 void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd);
785 void rtw_createbss_cmd_callback(struct adapter *adapt, struct cmd_obj *pcmd);
788 void rtw_setstaKey_cmdrsp_callback(struct adapter *adapt, struct cmd_obj *cmd);
790 void rtw_getrttbl_cmdrsp_callback(struct adapter *adapt, struct cmd_obj *cmd);
[all …]

Completed in 69 milliseconds