Home
last modified time | relevance | path

Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_cmd.c24 static struct cmd_hdl wlancmds[] = {
269 int (*cmd_hdl)(struct rtw_adapter *padapter, const u8 *pbuf); in rtw_cmd_work() local
285 if (pcmd->cmdcode < (sizeof(wlancmds)/sizeof(struct cmd_hdl))) { in rtw_cmd_work()
286 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_work()
288 if (cmd_hdl) in rtw_cmd_work()
289 pcmd->res = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_work()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_cmd.c168 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local
208 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()
210 if (cmd_hdl) { in rtw_cmd_thread()
211 ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_thread()
218 cmd_hdl = NULL; in rtw_cmd_thread()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h668 struct cmd_hdl { struct
706 static struct cmd_hdl wlancmds[] = {
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h594 struct cmd_hdl { struct