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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h182 * @param fw_rev
188 u16 *fw_rev,
227 static OSAL_INLINE void ecore_vf_get_fw_version(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED *fw_major, u16 OSAL_UNUSED *fw_minor, u16 OSAL_UNUSED *fw_rev, u16 OSAL_UNUSED *fw_eng) {} argument
H A Decore_vfpf_if.h195 u16 fw_rev; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Decore_vf.c1929 u16 *fw_major, u16 *fw_minor, u16 *fw_rev,
1938 *fw_rev = info->fw_rev;
1928 ecore_vf_get_fw_version(struct ecore_hwfn *p_hwfn, u16 *fw_major, u16 *fw_minor, u16 *fw_rev, u16 *fw_eng) argument
H A Decore_sriov.c1861 pfdev_info->fw_rev = FW_REVISION_VERSION;
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c430 uint8_t fw_rev[4]; member in struct:fw_ibm_tape_fw_designation
446 uint8_t fw_rev[4]; member in struct:fw_ibm_tape_fw_header
458 char drive_rev[sizeof(vpd_page.fw_rev) + 1];
459 char file_rev[sizeof(vpd_page.fw_rev) + 1];
525 bcopy(vpd_page.fw_rev, drive_rev, sizeof(vpd_page.fw_rev));
527 bcopy(header->fw_rev, file_rev, sizeof(header->fw_rev));
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h64 char fw_rev[32]; /**< firmware revision (text) */ member in struct:__anon7612
H A Docs_ddump.c225 ocs_ddump_value(textbuf, "fw_rev0", "%d", sli4->config.fw_rev[0]);
226 ocs_ddump_value(textbuf, "fw_rev1", "%d", sli4->config.fw_rev[1]);
H A Docs_ioctl.c509 ocs_strncpy(req->fw_rev, ocs->fwrev, sizeof(req->fw_rev));
H A Dsli4.h3195 uint32_t fw_rev[2]; member in struct:sli4_s::__anon7705
3386 return sli4->config.fw_rev[which];
H A Dsli4.c3883 sli4->config.fw_rev[0] = read_rev->first_fw_id;
3886 sli4->config.fw_rev[1] = read_rev->second_fw_id;
/freebsd-11-stable/sys/dev/bwi/
H A Dbwimac.c1007 uint16_t fw_rev; local
1069 fw_rev = MOBJ_READ_2(mac, BWI_COMM_MOBJ, BWI_COMM_MOBJ_FWREV);
1070 if (fw_rev > BWI_FW_VERSION3_REVMAX) {
1077 "firmware rev 0x%04x, patch level 0x%04x\n", fw_rev,
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h872 return ioread32be(&dev->iseg->fw_rev) & 0xffff;
877 return ioread32be(&dev->iseg->fw_rev) >> 16;
H A Ddevice.h459 __be32 fw_rev; member in struct:mlx5_init_seg
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_sim.c167 uint64_t fw_rev; member in struct:_sim_ca_info
H A Dosm_vendor_mlx_hca_pfs.c121 uint64_t fw_rev; member in struct:_pfs_ca_info

Completed in 250 milliseconds