Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance
24 static struct cmd_hdl wlancmds[] = {274 int (*cmd_hdl)(struct rtw_adapter *padapter, const u8 *pbuf); in rtw_cmd_work() local290 if (pcmd->cmdcode < (sizeof(wlancmds)/sizeof(struct cmd_hdl))) { in rtw_cmd_work()291 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_work()293 if (cmd_hdl) in rtw_cmd_work()294 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()
671 struct cmd_hdl { struct710 static struct cmd_hdl wlancmds[] = {
596 struct cmd_hdl { struct