Searched refs:cmd_hdl (Results 1 – 2 of 2) sorted by relevance
86 static struct cmd_hdl wlancmds[] = {379 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local450 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()452 if (cmd_hdl) { in rtw_cmd_thread()453 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()462 cmd_hdl = NULL; in rtw_cmd_thread()
624 struct cmd_hdl { struct