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()
591 struct cmd_hdl { struct626 static struct cmd_hdl wlancmds[] = {
89 static struct cmd_hdl wlancmds[] = {425 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local497 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()499 if (cmd_hdl) { in rtw_cmd_thread()500 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()509 cmd_hdl = NULL; in rtw_cmd_thread()
750 struct cmd_hdl { struct