Home
last modified time | relevance | path

Searched refs:fw_rev (Results 1 – 15 of 15) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dfwdownload.c433 uint8_t fw_rev[4]; member
449 uint8_t fw_rev[4]; member
461 char drive_rev[sizeof(vpd_page.fw_rev) + 1]; in fw_validate_ibm()
462 char file_rev[sizeof(vpd_page.fw_rev) + 1]; in fw_validate_ibm()
525 bcopy(vpd_page.fw_rev, drive_rev, sizeof(vpd_page.fw_rev)); in fw_validate_ibm()
527 bcopy(header->fw_rev, file_rev, sizeof(header->fw_rev)); in fw_validate_ibm()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h186 u16 *fw_rev,
224 …, u16 OSAL_UNUSED *fw_major, u16 OSAL_UNUSED *fw_minor, u16 OSAL_UNUSED *fw_rev, u16 OSAL_UNUSED *… in ecore_vf_get_fw_version() argument
H A Decore_vfpf_if.h192 u16 fw_rev; member
H A Decore_vf.c1925 u16 *fw_major, u16 *fw_minor, u16 *fw_rev, in ecore_vf_get_fw_version() argument
1934 *fw_rev = info->fw_rev; in ecore_vf_get_fw_version()
H A Decore_sriov.c1858 pfdev_info->fw_rev = FW_REVISION_VERSION; in ecore_iov_vf_mbx_acquire()
/freebsd/sys/dev/ocs_fc/
H A Docs_ioctl.h62 char fw_rev[32]; /**< firmware revision (text) */ member
H A Docs_ddump.c221 ocs_ddump_value(textbuf, "fw_rev0", "%d", sli4->config.fw_rev[0]); in ocs_ddump_sli()
222 ocs_ddump_value(textbuf, "fw_rev1", "%d", sli4->config.fw_rev[1]); in ocs_ddump_sli()
H A Docs_ioctl.c511 ocs_strncpy(req->fw_rev, ocs->fwrev, sizeof(req->fw_rev)); in ocs_ioctl()
H A Dsli4.h3249 uint32_t fw_rev[2]; member
3439 return sli4->config.fw_rev[which]; in sli_get_fw_revision()
H A Dsli4.c3989 sli4->config.fw_rev[0] = read_rev->first_fw_id; in sli_get_config()
3992 sli4->config.fw_rev[1] = read_rev->second_fw_id; in sli_get_config()
/freebsd/sys/dev/bwi/
H A Dbwimac.c1007 uint16_t fw_rev; in bwi_mac_fw_load() local
1069 fw_rev = MOBJ_READ_2(mac, BWI_COMM_MOBJ, BWI_COMM_MOBJ_FWREV); in bwi_mac_fw_load()
1070 if (fw_rev > BWI_FW_VERSION3_REVMAX) { in bwi_mac_fw_load()
1077 "firmware rev 0x%04x, patch level 0x%04x\n", fw_rev, in bwi_mac_fw_load()
/freebsd/sys/dev/mlx5/
H A Ddriver.h927 return ioread32be(&dev->iseg->fw_rev) & 0xffff; in fw_rev_maj()
932 return ioread32be(&dev->iseg->fw_rev) >> 16; in fw_rev_min()
H A Ddevice.h491 __be32 fw_rev; member
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_pfs.c121 uint64_t fw_rev; member
H A Dosm_vendor_mlx_hca_sim.c167 uint64_t fw_rev; member