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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_vf_api.h180 * @param fw_rev
186 u16 *fw_rev,
224 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.h192 u16 fw_rev; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Decore_vf.c1925 u16 *fw_major, u16 *fw_minor, u16 *fw_rev,
1934 *fw_rev = info->fw_rev;
1924 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.c1858 pfdev_info->fw_rev = FW_REVISION_VERSION;
/freebsd-current/sbin/camcontrol/
H A Dfwdownload.c433 uint8_t fw_rev[4]; member in struct:fw_ibm_tape_fw_designation
449 uint8_t fw_rev[4]; member in struct:fw_ibm_tape_fw_header
461 char drive_rev[sizeof(vpd_page.fw_rev) + 1];
462 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-current/sys/dev/ocs_fc/
H A Docs_ioctl.h62 char fw_rev[32]; /**< firmware revision (text) */ member in struct:__anon3995
H A Docs_ddump.c221 ocs_ddump_value(textbuf, "fw_rev0", "%d", sli4->config.fw_rev[0]);
222 ocs_ddump_value(textbuf, "fw_rev1", "%d", sli4->config.fw_rev[1]);
H A Docs_ioctl.c511 ocs_strncpy(req->fw_rev, ocs->fwrev, sizeof(req->fw_rev));
H A Dsli4.h3249 uint32_t fw_rev[2]; member in struct:sli4_s::__anon99
3439 return sli4->config.fw_rev[which];
H A Dsli4.c3989 sli4->config.fw_rev[0] = read_rev->first_fw_id;
3992 sli4->config.fw_rev[1] = read_rev->second_fw_id;
/freebsd-current/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-current/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
/freebsd-current/sys/dev/mlx5/
H A Ddriver.h919 return ioread32be(&dev->iseg->fw_rev) & 0xffff;
924 return ioread32be(&dev->iseg->fw_rev) >> 16;
H A Ddevice.h487 __be32 fw_rev; member in struct:mlx5_init_seg

Completed in 251 milliseconds