Home
last modified time | relevance | path

Searched refs:fw_major (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_ethtool.c82 u32 fw_major = 0; in netxen_nic_get_drvinfo() local
88 fw_major = NXRD32(adapter, NETXEN_FW_VERSION_MAJOR); in netxen_nic_get_drvinfo()
91 sprintf(drvinfo->fw_version, "%d.%d.%d", fw_major, fw_minor, fw_build); in netxen_nic_get_drvinfo()
Dnetxen_nic_main.c711 u32 fw_major, fw_minor, fw_build; in netxen_check_options() local
732 fw_major = NXRD32(adapter, NETXEN_FW_VERSION_MAJOR); in netxen_check_options()
736 adapter->fw_version = NETXEN_VERSION_CODE(fw_major, fw_minor, fw_build); in netxen_check_options()
749 fw_major, fw_minor, fw_build); in netxen_check_options()
759 fw_major, fw_minor, fw_build, in netxen_check_options()
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ethtool.c136 u32 fw_major, fw_minor, fw_build; in qlcnic_get_drvinfo() local
138 fw_major = QLCRD32(adapter, QLCNIC_FW_VERSION_MAJOR); in qlcnic_get_drvinfo()
141 sprintf(drvinfo->fw_version, "%d.%d.%d", fw_major, fw_minor, fw_build); in qlcnic_get_drvinfo()
Dqlcnic_main.c631 u32 fw_major, fw_minor, fw_build; in qlcnic_check_options() local
634 fw_major = QLCRD32(adapter, QLCNIC_FW_VERSION_MAJOR); in qlcnic_check_options()
638 adapter->fw_version = QLCNIC_VERSION_CODE(fw_major, fw_minor, fw_build); in qlcnic_check_options()
641 fw_major, fw_minor, fw_build); in qlcnic_check_options()