Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
24 static struct cmd_hdl wlancmds[] = {270 int (*cmd_hdl)(struct rtw_adapter *padapter, const u8 *pbuf); in rtw_cmd_work() local286 if (pcmd->cmdcode < (sizeof(wlancmds)/sizeof(struct cmd_hdl))) { in rtw_cmd_work()287 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_work()289 if (cmd_hdl) in rtw_cmd_work()290 pcmd->res = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_work()
168 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local208 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()210 if (cmd_hdl) { in rtw_cmd_thread()211 ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_thread()218 cmd_hdl = NULL; in rtw_cmd_thread()
602 struct cmd_hdl { struct640 static struct cmd_hdl wlancmds[] = {
594 struct cmd_hdl { struct