Lines Matching refs:product_info
244 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
257 &adapter->product_info, in mega_query_adapter()
279 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter()
289 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
308 if (adapter->product_info.subsysvid == PCI_VENDOR_ID_HP) { in mega_query_adapter()
311 adapter->product_info.fw_version[2], in mega_query_adapter()
313 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
315 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter()
318 adapter->product_info.bios_version[2], in mega_query_adapter()
320 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter()
322 adapter->product_info.bios_version[0] & 0x0f); in mega_query_adapter()
325 (char *)adapter->product_info.fw_version, 4); in mega_query_adapter()
329 (char *)adapter->product_info.bios_version, 4); in mega_query_adapter()
547 adapter->product_info.nchannels; in mega_build_cmd()
1774 mega_product_info *product_info) in mega_8_to_40ld() argument
1778 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld()
1780 product_info->nchannels = inquiry->adapter_info.nchannels; in mega_8_to_40ld()
1783 product_info->fw_version[i] = in mega_8_to_40ld()
1786 product_info->bios_version[i] = in mega_8_to_40ld()
1792 product_info->dram_size = inquiry->adapter_info.dram_size; in mega_8_to_40ld()
1857 adapter->fw_version, adapter->product_info.max_commands, in megaraid_info()
2060 if(adapter->product_info.product_name[0]) in proc_show_config()
2061 seq_printf(m, "%s\n", adapter->product_info.product_name); in proc_show_config()
2084 adapter->numldrv, adapter->product_info.nchannels); in proc_show_config()
2088 adapter->product_info.dram_size); in proc_show_config()
2091 adapter->product_info.max_commands, adapter->max_cmds); in proc_show_config()
2367 max_channels = adapter->product_info.nchannels; in proc_show_pdrv()
3646 for( i = 0; i < adapter->product_info.nchannels; i++ ) { in mega_enum_raid_scsi()
4385 j = adapter->product_info.nchannels; in megaraid_probe_one()