Searched refs:cmd_hdl (Results 1 – 2 of 2) sorted by relevance
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()
666 struct cmd_hdl { struct