Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
87 static struct cmd_hdl wlancmds[] = {387 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local458 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()460 if (cmd_hdl) { in rtw_cmd_thread()461 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()470 cmd_hdl = NULL; in rtw_cmd_thread()
257 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local303 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()305 if (cmd_hdl) { in rtw_cmd_thread()306 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()315 cmd_hdl = NULL; in rtw_cmd_thread()
662 struct cmd_hdl { struct701 static struct cmd_hdl wlancmds[] = {
667 struct cmd_hdl { struct