Searched refs:pcmdobj (Results 1 – 2 of 2) sorted by relevance
848 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local871 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_chplan_cmd()872 if (!pcmdobj) { in rtw_set_chplan_cmd()878 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()879 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
1146 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local1174 pcmdobj = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_chplan_cmd()1175 if (!pcmdobj) { in rtw_set_chplan_cmd()1181 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()1182 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
Completed in 39 milliseconds