Searched refs:pdrvextra_cmd (Results 1 – 1 of 1) sorted by relevance
1744 struct drvextra_cmd_parm *pdrvextra_cmd; in rtw_drvextra_cmd_hdl() local1749 pdrvextra_cmd = (struct drvextra_cmd_parm *)pbuf; in rtw_drvextra_cmd_hdl()1751 switch (pdrvextra_cmd->ec_id) { in rtw_drvextra_cmd_hdl()1759 lps_ctrl_wk_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()1765 rtw_lps_change_dtim_hdl(padapter, (u8)pdrvextra_cmd->type); in rtw_drvextra_cmd_hdl()1778 rtw_hal_set_hwreg_with_buf(padapter, HW_VAR_C2H_HANDLE, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()1781 rtw_dm_ra_mask_hdl(padapter, (struct sta_info *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()1784 rtw_btinfo_hdl(padapter, pdrvextra_cmd->pbuf, pdrvextra_cmd->size); in rtw_drvextra_cmd_hdl()1790 if (pdrvextra_cmd->pbuf && pdrvextra_cmd->size > 0) in rtw_drvextra_cmd_hdl()1791 kfree(pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl()