Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
142 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local181 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()183 if (cmd_hdl) { in rtw_cmd_thread()184 ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_thread()191 cmd_hdl = NULL; in rtw_cmd_thread()
581 struct cmd_hdl { struct616 static struct cmd_hdl wlancmds[] = {
90 static struct cmd_hdl wlancmds[] = {408 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local479 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()481 if (cmd_hdl) { in rtw_cmd_thread()482 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()491 cmd_hdl = NULL; in rtw_cmd_thread()
748 struct cmd_hdl { struct