Home
last modified time | relevance | path

Searched refs:fw_version (Results 1 – 25 of 32) sorted by relevance

12

/linux-2.4.37.9/drivers/message/fusion/
Dmptctl.h375 u8 fw_version[16]; /* string */ member
398 u8 fw_version[16]; /* string */ member
Dmptctl.c2468 karg.fw_version[0] = ioc->facts.FWVersion.Struct.Major >= 10 ? in mptctl_hp_hostinfo()
2470 karg.fw_version[1] = (ioc->facts.FWVersion.Struct.Major % 10 ) + '0'; in mptctl_hp_hostinfo()
2471 karg.fw_version[2] = '.'; in mptctl_hp_hostinfo()
2472 karg.fw_version[3] = ioc->facts.FWVersion.Struct.Minor >= 10 ? in mptctl_hp_hostinfo()
2474 karg.fw_version[4] = (ioc->facts.FWVersion.Struct.Minor % 10 ) + '0'; in mptctl_hp_hostinfo()
2475 karg.fw_version[5] = '.'; in mptctl_hp_hostinfo()
2476 karg.fw_version[6] = ioc->facts.FWVersion.Struct.Unit >= 10 ? in mptctl_hp_hostinfo()
2478 karg.fw_version[7] = (ioc->facts.FWVersion.Struct.Unit % 10 ) + '0'; in mptctl_hp_hostinfo()
2479 karg.fw_version[8] = '.'; in mptctl_hp_hostinfo()
2480 karg.fw_version[9] = ioc->facts.FWVersion.Struct.Dev >= 10 ? in mptctl_hp_hostinfo()
[all …]
/linux-2.4.37.9/drivers/scsi/
Dmegaraid2.c545 if (!strcmp(adapter->fw_version, "3.00") || in mega_find_card()
546 !strcmp(adapter->fw_version, "3.01")) { in mega_find_card()
580 if( !strcmp(adapter->fw_version, "H01.07") || in mega_find_card()
581 !strcmp(adapter->fw_version, "H01.08") || in mega_find_card()
582 !strcmp(adapter->fw_version, "H01.09") ) { in mega_find_card()
1027 sprintf (adapter->fw_version, "%c%d%d.%d%d", 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()
[all …]
Dmegaraid2.h286 u8 fw_version[16]; /* printable ASCI string */ member
389 u8 fw_version[4]; /* Firmware version */ member
929 u8 fw_version[7]; member
/linux-2.4.37.9/include/linux/
Dethtool.h38 char fw_version[32]; /* firmware version string, if applicable */ member
Dcyclades.h457 uclong fw_version; /* firmware version */ member
/linux-2.4.37.9/Documentation/networking/
Difenslave.c617 snprintf(info.fw_version, 32, "%d", BOND_ABI_VERSION); in get_drv_info()
630 abi_ver = strtoul(info.fw_version, &endptr, 0); in get_drv_info()
/linux-2.4.37.9/arch/cris/drivers/
Dethernet.c1515 strncpy(info.fw_version, "N/A", sizeof(info.fw_version) - 1); in e100_ethtool_ioctl()
/linux-2.4.37.9/drivers/net/
Dtyphoon.c1048 strcpy(info->fw_version, "Sleep image"); in typhoon_ethtool_gdrvinfo()
1052 strcpy(info->fw_version, "Unknown runtime"); in typhoon_ethtool_gdrvinfo()
1054 strncpy(info->fw_version, (char *) &xp_resp[1], 32); in typhoon_ethtool_gdrvinfo()
1055 info->fw_version[31] = 0; in typhoon_ethtool_gdrvinfo()
Damd8111e.c1417 memset(&info.fw_version, 0, sizeof(info.fw_version)); in amd8111e_ethtool_ioctl()
1418 sprintf(info.fw_version,"%u",chip_version); in amd8111e_ethtool_ioctl()
Dsundance.c1584 memset(&info.fw_version, 0, sizeof(info.fw_version)); in netdev_ethtool_ioctl()
Db44.c1396 memset(&info.fw_version, 0, sizeof(info.fw_version)); in b44_ethtool_ioctl()
Ddl2k.c1317 memset(&info.fw_version, 0, sizeof(info.fw_version)); in rio_ethtool_ioctl()
Dmace.c406 snprintf(info.fw_version, 31, "chip revision %d.%d", mp->chipid >> 8, mp->chipid & 0xff); in mace_ethtool_ioctl()
Dewrk3.c1658 sprintf(info.fw_version, "%d", fwrev); in ewrk3_ethtool_ioctl()
Dbmac.c1477 snprintf(info.fw_version, 31, "chip id %x", bp->device_id); in bmac_ethtool_ioctl()
Dstarfire.c1910 *info.fw_version = 0; in netdev_ethtool_ioctl()
/linux-2.4.37.9/drivers/sound/
Dwavfront.c264 char fw_version[2]; /* major = [0], minor = [1] */ member
2434 dev.fw_version[0] = rbuf[0]; in detect_wavefront()
2435 dev.fw_version[1] = rbuf[1]; in detect_wavefront()
/linux-2.4.37.9/drivers/usb/
DCDCEther.c469 strncpy(info.fw_version, tmp, ETHTOOL_BUSINFO_LEN); in netdev_ethtool_ioctl()
Dusbnet.c2099 strncpy (info->fw_version, dev->driver_info->description, in usbnet_get_drvinfo()
2100 sizeof info->fw_version); in usbnet_get_drvinfo()
/linux-2.4.37.9/drivers/usb/gadget/
Dether.c1730 strncpy(p->fw_version, dev->gadget->name, sizeof p->fw_version); in eth_get_drvinfo()
/linux-2.4.37.9/drivers/net/ibm_emac/
Dibm_ocp_enet.c1016 info.fw_version[0] = '\0'; in emac_ethtool()
/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c2384 new_abi_ver = simple_strtoul(info.fw_version, in bond_ethtool_ioctl()
2403 snprintf(info.fw_version, 32, "%d", BOND_ABI_VERSION); in bond_ethtool_ioctl()
/linux-2.4.37.9/drivers/net/pcmcia/
Dxircom_tulip_cb.c1453 *info.fw_version = 0; in xircom_ethtool_ioctl()
/linux-2.4.37.9/drivers/net/e100/
De100_main.c3628 strncpy(info.fw_version, "N/A", in e100_ethtool_get_drvinfo()
3629 sizeof (info.fw_version) - 1); in e100_ethtool_get_drvinfo()

12