Searched refs:pstargetparams (Results 1 – 5 of 5) sorted by relevance
122 if (Adapter->pstargetparams == NULL) { in bcm_download_config_file()123 Adapter->pstargetparams = in bcm_download_config_file()125 if (Adapter->pstargetparams == NULL) in bcm_download_config_file()132 retval = copy_from_user(Adapter->pstargetparams, in bcm_download_config_file()136 kfree(Adapter->pstargetparams); in bcm_download_config_file()137 Adapter->pstargetparams = NULL; in bcm_download_config_file()181 retval = buffDnldVerify(Adapter, (PUCHAR)Adapter->pstargetparams, in bcm_download_config_file()
122 kfree(Adapter->pstargetparams); in AdapterFree()959 (PUCHAR)ps_adapter->pstargetparams, in InitCardAndDownloadFirmware()1057 Adapter->pstargetparams = kmalloc(sizeof(struct bcm_target_params), GFP_KERNEL); in bcm_parse_target_params()1058 if (Adapter->pstargetparams == NULL) { in bcm_parse_target_params()1067 kfree(Adapter->pstargetparams); in bcm_parse_target_params()1068 Adapter->pstargetparams = NULL; in bcm_parse_target_params()1077 kfree(Adapter->pstargetparams); in bcm_parse_target_params()1078 Adapter->pstargetparams = NULL; in bcm_parse_target_params()1086 memcpy(Adapter->pstargetparams, buff, sizeof(struct bcm_target_params)); in bcm_parse_target_params()1096 if (ntohl(Adapter->pstargetparams->m_u32PhyParameter2) & AUTO_SYNC_DISABLE) { in beceem_parse_target_struct()[all …]
497 if (!Adapter->pstargetparams || IS_ERR(Adapter->pstargetparams)) { in ReadConfigFileStructure()520 puCFGData = (PUCHAR) &Adapter->pstargetparams->HostDrvrConfig1; in ReadConfigFileStructure()
300 struct bcm_target_params *pstargetparams; member
319 if (!((ad->pstargetparams->m_u32Customize) & VSG_MODE) && in bcm_char_ioctl_reg_write_private()452 if (!((ad->pstargetparams->m_u32Customize) & VSG_MODE) && in bcm_char_ioctl_eeprom_reg_write()1348 if (!((ad->pstargetparams->m_u32Customize)&VSG_MODE) && in bcm_char_ioctl_bulk_wrm()