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() local183 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()185 if (cmd_hdl) { in rtw_cmd_thread()186 ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_thread()193 cmd_hdl = NULL; in rtw_cmd_thread()
90 static struct cmd_hdl wlancmds[] = {406 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local477 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()479 if (cmd_hdl) { in rtw_cmd_thread()480 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()489 cmd_hdl = NULL; in rtw_cmd_thread()
576 struct cmd_hdl { struct611 static struct cmd_hdl wlancmds[] = {
730 struct cmd_hdl { struct