Lines Matching refs:product_info
627 j = adapter->product_info.nchannels; in mega_find_card()
960 (mega_product_info *)&adapter->product_info); in mega_query_adapter()
973 &adapter->product_info, in mega_query_adapter()
999 adapter->product_info.nchannels + NVIRT_CHAN -1; in mega_query_adapter()
1009 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter()
1026 if (adapter->product_info.subsysvid == HP_SUBSYS_VID) { in mega_query_adapter()
1028 adapter->product_info.fw_version[2], in mega_query_adapter()
1029 adapter->product_info.fw_version[1] >> 8, in mega_query_adapter()
1030 adapter->product_info.fw_version[1] & 0x0f, in mega_query_adapter()
1031 adapter->product_info.fw_version[0] >> 8, in mega_query_adapter()
1032 adapter->product_info.fw_version[0] & 0x0f); in mega_query_adapter()
1034 adapter->product_info.bios_version[2], in mega_query_adapter()
1035 adapter->product_info.bios_version[1] >> 8, in mega_query_adapter()
1036 adapter->product_info.bios_version[1] & 0x0f, in mega_query_adapter()
1037 adapter->product_info.bios_version[0] >> 8, in mega_query_adapter()
1038 adapter->product_info.bios_version[0] & 0x0f); in mega_query_adapter()
1041 (char *)adapter->product_info.fw_version, 4); in mega_query_adapter()
1045 (char *)adapter->product_info.bios_version, 4); in mega_query_adapter()
1280 adapter->product_info.nchannels; in mega_build_cmd()
2532 mega_product_info *product_info) in mega_8_to_40ld() argument
2536 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld()
2538 product_info->nchannels = inquiry->adapter_info.nchannels; in mega_8_to_40ld()
2541 product_info->fw_version[i] = in mega_8_to_40ld()
2544 product_info->bios_version[i] = in mega_8_to_40ld()
2550 product_info->dram_size = inquiry->adapter_info.dram_size; in mega_8_to_40ld()
2752 adapter->fw_version, adapter->product_info.max_commands, in megaraid_info()
3030 if(adapter->product_info.product_name[0]) in proc_read_config()
3032 adapter->product_info.product_name); in proc_read_config()
3067 adapter->numldrv, adapter->product_info.nchannels); in proc_read_config()
3071 adapter->product_info.dram_size); in proc_read_config()
3075 adapter->product_info.max_commands, adapter->max_cmds); in proc_read_config()
3524 max_channels = adapter->product_info.nchannels; in proc_pdrv()
4859 for( i = 0; i < adapter->product_info.nchannels; i++ ) { in mega_enum_raid_scsi()