Lines Matching refs:product_info
249 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
263 (void *)&adapter->product_info, in mega_query_adapter()
286 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter()
296 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
315 if (adapter->product_info.subsysvid == PCI_VENDOR_ID_HP) { in mega_query_adapter()
318 adapter->product_info.fw_version[2], in mega_query_adapter()
320 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
322 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter()
325 adapter->product_info.bios_version[2], in mega_query_adapter()
327 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter()
329 adapter->product_info.bios_version[0] & 0x0f); in mega_query_adapter()
332 (char *)adapter->product_info.fw_version, 4); in mega_query_adapter()
336 (char *)adapter->product_info.bios_version, 4); in mega_query_adapter()
549 adapter->product_info.nchannels; in mega_build_cmd()
1764 mega_product_info *product_info) in mega_8_to_40ld() argument
1768 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld()
1770 product_info->nchannels = inquiry->adapter_info.nchannels; in mega_8_to_40ld()
1773 product_info->fw_version[i] = in mega_8_to_40ld()
1776 product_info->bios_version[i] = in mega_8_to_40ld()
1782 product_info->dram_size = inquiry->adapter_info.dram_size; in mega_8_to_40ld()
1847 adapter->fw_version, adapter->product_info.max_commands, in megaraid_info()
2052 if(adapter->product_info.product_name[0]) in proc_show_config()
2053 seq_printf(m, "%s\n", adapter->product_info.product_name); in proc_show_config()
2076 adapter->numldrv, adapter->product_info.nchannels); in proc_show_config()
2080 adapter->product_info.dram_size); in proc_show_config()
2083 adapter->product_info.max_commands, adapter->max_cmds); in proc_show_config()
2360 max_channels = adapter->product_info.nchannels; in proc_show_pdrv()
3624 for( i = 0; i < adapter->product_info.nchannels; i++ ) { in mega_enum_raid_scsi()
4357 j = adapter->product_info.nchannels; in megaraid_probe_one()