• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching defs:product_info

246 				(mega_product_info *)&adapter->product_info);
255 * get product_info, which is static information and will be
259 &adapter->product_info,
281 adapter->product_info.nchannels + NVIRT_CHAN -1;
291 adapter->max_cmds = adapter->product_info.max_commands;
308 if (adapter->product_info.subsysvid == HP_SUBSYS_VID) {
310 adapter->product_info.fw_version[2],
311 adapter->product_info.fw_version[1] >> 8,
312 adapter->product_info.fw_version[1] & 0x0f,
313 adapter->product_info.fw_version[0] >> 8,
314 adapter->product_info.fw_version[0] & 0x0f);
316 adapter->product_info.bios_version[2],
317 adapter->product_info.bios_version[1] >> 8,
318 adapter->product_info.bios_version[1] & 0x0f,
319 adapter->product_info.bios_version[0] >> 8,
320 adapter->product_info.bios_version[0] & 0x0f);
323 (char *)adapter->product_info.fw_version, 4);
327 (char *)adapter->product_info.bios_version, 4);
550 adapter->product_info.nchannels;
1793 mega_product_info *product_info)
1797 product_info->max_commands = inquiry->adapter_info.max_commands;
1799 product_info->nchannels = inquiry->adapter_info.nchannels;
1802 product_info->fw_version[i] =
1805 product_info->bios_version[i] =
1811 product_info->dram_size = inquiry->adapter_info.dram_size;
1876 adapter->fw_version, adapter->product_info.max_commands,
2151 if(adapter->product_info.product_name[0])
2153 adapter->product_info.product_name);
2188 adapter->numldrv, adapter->product_info.nchannels);
2192 adapter->product_info.dram_size);
2196 adapter->product_info.max_commands, adapter->max_cmds);
2645 max_channels = adapter->product_info.nchannels;
3972 for( i = 0; i < adapter->product_info.nchannels; i++ ) {
4748 j = adapter->product_info.nchannels;