/drivers/staging/rtl8712/ |
D | rtl8712_cmd.c | 122 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_bbreg_hdl() 130 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_bbreg_hdl() 131 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_bbreg_hdl() 144 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_rfreg_hdl() 145 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in read_rfreg_hdl() 159 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_rfreg_hdl() 160 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in write_rfreg_hdl() 172 struct cmd_obj *pcmd = (struct cmd_obj *)pbuf; in sys_suspend_hdl() 178 static struct cmd_obj *cmd_hdl_filter(struct _adapter *padapter, in cmd_hdl_filter() 179 struct cmd_obj *pcmd) in cmd_hdl_filter() [all …]
|
D | rtl871x_cmd.c | 113 void r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd() 129 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue) in r8712_dequeue_cmd() 132 struct cmd_obj *obj; in r8712_dequeue_cmd() 136 struct cmd_obj, list); in r8712_dequeue_cmd() 143 void r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj) in r8712_enqueue_cmd_ex() 159 void r8712_free_cmd_obj(struct cmd_obj *pcmd) in r8712_free_cmd_obj() 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() [all …]
|
D | rtl871x_cmd.h | 30 struct cmd_obj { struct 82 void r8712_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 83 void r8712_enqueue_cmd_ex(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 84 struct cmd_obj *r8712_dequeue_cmd(struct __queue *queue); 85 void r8712_free_cmd_obj(struct cmd_obj *pcmd); 728 struct cmd_obj *pcmd); 730 struct cmd_obj *pcmd); 732 struct cmd_obj *pcmd); 734 struct cmd_obj *pcmd); 736 struct cmd_obj *pcmd); [all …]
|
D | rtl871x_mlme.c | 1150 struct cmd_obj *pcmd; in r8712_set_auth() 1178 struct cmd_obj *pcmd; in r8712_set_key()
|
D | rtl871x_mp.c | 264 struct cmd_obj *pcmd = NULL; in r8712_SetChannel()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 22 struct cmd_obj { struct 51 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); argument 52 struct cmd_obj *rtw_dequeue_cmd(struct __queue *queue); 53 void rtw_free_cmd_obj(struct cmd_obj *pcmd); 329 void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 330 void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 331 void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 332 void rtw_createbss_cmd_callback(struct adapter *adapt, struct cmd_obj *pcmd); 333 void rtw_readtssi_cmdrsp_callback(struct adapter *adapt, struct cmd_obj *cmd); 335 void rtw_setstaKey_cmdrsp_callback(struct adapter *adapt, struct cmd_obj *cmd); [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 258 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _rtw_enqueue_cmd() 277 struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue) in _rtw_dequeue_cmd() 280 struct cmd_obj *obj; in _rtw_dequeue_cmd() 287 obj = LIST_CONTAINOR(get_next(&(queue->queue)), struct cmd_obj, list); in _rtw_dequeue_cmd() 309 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj); 310 int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument 314 if (cmd_obj->cmdcode == GEN_CMD_CODE(_SetChannelPlan)) in rtw_cmd_filter() 333 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument 338 if (cmd_obj == NULL) { in rtw_enqueue_cmd() 342 cmd_obj->padapter = padapter; in rtw_enqueue_cmd() [all …]
|
D | rtw_mlme_ext.c | 5015 struct cmd_obj *pcmd_obj; in report_survey_event() 5031 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_survey_event() 5076 struct cmd_obj *pcmd_obj; in report_surveydone_event() 5084 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_surveydone_event() 5122 struct cmd_obj *pcmd_obj; in report_join_res() 5131 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_join_res() 5174 struct cmd_obj *pcmd_obj; in report_wmm_edca_update() 5182 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_wmm_edca_update() 5218 struct cmd_obj *pcmd_obj; in report_del_sta_event() 5228 pcmd_obj = rtw_zmalloc(sizeof(struct cmd_obj)); in report_del_sta_event() [all …]
|
D | rtw_ap.c | 1445 struct cmd_obj *ph2c; in rtw_ap_set_pairwise_key() 1450 ph2c = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_pairwise_key() 1487 struct cmd_obj *pcmd; in rtw_ap_set_key() 1494 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_key()
|
D | rtw_mlme.c | 2130 struct cmd_obj *pcmd; in rtw_set_auth() 2135 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_auth() 2169 struct cmd_obj *pcmd; in rtw_set_key() 2224 pcmd = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_key()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 38 static int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj) in _rtw_enqueue_cmd() 56 struct cmd_obj *rtw_dequeue_cmd(struct __queue *queue) in rtw_dequeue_cmd() 59 struct cmd_obj *obj; in rtw_dequeue_cmd() 62 obj = list_first_entry_or_null(&queue->queue, struct cmd_obj, list); in rtw_dequeue_cmd() 70 static int rtw_cmd_filter(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_cmd_filter() argument 77 if (cmd_obj->cmdcode == _Set_Drv_Extra_CMD_) { in rtw_cmd_filter() 78 struct drvextra_cmd_parm *pdrvextra_cmd_parm = (struct drvextra_cmd_parm *)cmd_obj->parmbuf; in rtw_cmd_filter() 85 if (cmd_obj->cmdcode == _SetChannelPlan_CMD_) in rtw_cmd_filter() 94 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *cmd_obj) in rtw_enqueue_cmd() argument 99 if (!cmd_obj) in rtw_enqueue_cmd() [all …]
|
D | rtw_mlme_ext.c | 4155 struct cmd_obj *pcmd_obj; in report_survey_event() 4169 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_survey_event() 4211 struct cmd_obj *pcmd_obj; in report_surveydone_event() 4219 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in report_surveydone_event() 4254 struct cmd_obj *pcmd_obj; in report_join_res() 4263 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in report_join_res() 4303 struct cmd_obj *pcmd_obj; in report_del_sta_event() 4313 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in report_del_sta_event() 4358 struct cmd_obj *pcmd_obj; in report_add_sta_event() 4366 pcmd_obj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in report_add_sta_event() [all …]
|
D | rtw_mlme.c | 1518 struct cmd_obj *pcmd; in rtw_set_auth() 1523 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_auth() 1553 struct cmd_obj *pcmd; in rtw_set_key() 1559 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_key()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 22 struct cmd_obj { struct 125 int rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); 126 extern struct cmd_obj *rtw_dequeue_cmd(struct cmd_priv *pcmdpriv); 127 extern void rtw_free_cmd_obj(struct cmd_obj *pcmd); 859 extern void rtw_survey_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 860 extern void rtw_disassoc_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 861 extern void rtw_joinbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 862 extern void rtw_createbss_cmd_callback(struct adapter *padapter, struct cmd_obj *pcmd); 863 extern void rtw_getbbrfreg_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); 865 extern void rtw_setstaKey_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd); [all …]
|
D | cmd_osdep.h | 15 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj); 16 extern struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue);
|
/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 2053 struct cmd_obj *ph2c; in set_pairwise_key() 2058 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_pairwise_key() 2089 struct cmd_obj *pcmd; in set_group_key() 2096 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in set_group_key()
|