Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
242 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local279 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()281 if (cmd_hdl) { in rtw_cmd_thread()282 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()291 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()
648 struct cmd_hdl { struct687 static struct cmd_hdl wlancmds[] = {
667 struct cmd_hdl { struct
Completed in 17 milliseconds