Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
207 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local239 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()241 if (cmd_hdl) { in rtw_cmd_thread()242 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()251 cmd_hdl = NULL; in rtw_cmd_thread()
87 static struct cmd_hdl wlancmds[] = {384 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local455 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()457 if (cmd_hdl) { in rtw_cmd_thread()458 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()467 cmd_hdl = NULL; in rtw_cmd_thread()
598 struct cmd_hdl { struct637 static struct cmd_hdl wlancmds[] = {
667 struct cmd_hdl { struct