Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
200 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local232 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()234 if (cmd_hdl) { in rtw_cmd_thread()235 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()244 cmd_hdl = NULL; in rtw_cmd_thread()
87 static struct cmd_hdl wlancmds[] = {380 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local451 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()453 if (cmd_hdl) { in rtw_cmd_thread()454 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()463 cmd_hdl = NULL; in rtw_cmd_thread()
591 struct cmd_hdl { struct630 static struct cmd_hdl wlancmds[] = {
666 struct cmd_hdl { struct