Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/core/
Drtw_cmd.c24 static struct cmd_hdl wlancmds[] = {
274 int (*cmd_hdl)(struct rtw_adapter *padapter, const u8 *pbuf); in rtw_cmd_work() local
290 if (pcmd->cmdcode < (sizeof(wlancmds)/sizeof(struct cmd_hdl))) { in rtw_cmd_work()
291 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_work()
293 if (cmd_hdl) in rtw_cmd_work()
294 pcmd->res = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_work()
/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()
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h671 struct cmd_hdl { struct
710 static struct cmd_hdl wlancmds[] = {
/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h596 struct cmd_hdl { struct