Searched refs:pcmdobj (Results 1 – 2 of 2) sorted by relevance
707 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local731 pcmdobj = kzalloc(sizeof(struct cmd_obj), GFP_KERNEL); in rtw_set_chplan_cmd()732 if (!pcmdobj) { in rtw_set_chplan_cmd()738 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, _SetChannelPlan_CMD_); in rtw_set_chplan_cmd()739 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()
1255 struct cmd_obj *pcmdobj; in rtw_set_chplan_cmd() local1285 pcmdobj = rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_set_chplan_cmd()1286 if (pcmdobj == NULL) { in rtw_set_chplan_cmd()1292 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()1293 res = rtw_enqueue_cmd(pcmdpriv, pcmdobj); in rtw_set_chplan_cmd()