Searched refs:mfw_ver (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_vfpf_if.h | 188 u32 mfw_ver; member
|
H A D | qlnx_os.c | 116 static int qlnx_get_mfw_version(qlnx_host_t *ha, uint32_t *mfw_ver); 732 uint32_t mfw_ver; in qlnx_pci_attach() local 1036 if (qlnx_get_mfw_version(ha, &mfw_ver) != 0) { in qlnx_pci_attach() 1044 ecore_mcp_get_mfw_ver(p_hwfn, NULL, &mfw_ver, NULL); in qlnx_pci_attach() 1047 snprintf(ha->mfw_ver, sizeof(ha->mfw_ver), "%d.%d.%d.%d", in qlnx_pci_attach() 1048 ((mfw_ver >> 24) & 0xFF), ((mfw_ver >> 16) & 0xFF), in qlnx_pci_attach() 1049 ((mfw_ver >> 8) & 0xFF), (mfw_ver & 0xFF)); in qlnx_pci_attach() 1055 ha->stormfw_ver, ha->mfw_ver); in qlnx_pci_attach() 2160 CTLFLAG_RD, ha->mfw_ver, 0, in qlnx_add_sysctls() 5774 qlnx_get_mfw_version(qlnx_host_t *ha, uint32_t *mfw_ver) in qlnx_get_mfw_version() argument [all …]
|
H A D | qlnx_def.h | 405 uint8_t mfw_ver[QLNX_MFW_VERSION_LENGTH]; member
|
H A D | ecore_dbg_fw_funcs.c | 2138 …ublic_data_addr, global_section_offsize_addr, global_section_offsize, global_section_addr, mfw_ver; in ecore_dump_mfw_ver_param() local 2151 mfw_ver = ecore_rd(p_hwfn, p_ptt, global_section_addr + OFFSETOF(struct public_global, mfw_ver)); in ecore_dump_mfw_ver_param() 2154 … sizeof(mfw_ver_str), "%d_%d_%d_%d", (u8)(mfw_ver >> 24), (u8)(mfw_ver >> 16), (u8)(mfw_ver >> 8),… in ecore_dump_mfw_ver_param()
|
H A D | qlnx_ioctl.c | 542 ha->mfw_ver); in qlnx_drv_info()
|
H A D | mcp_public.h | 515 u32 mfw_ver; member
|
H A D | ecore_mcp.c | 2281 *p_mfw_ver = p_resp->pfdev_info.mfw_ver; in ecore_mcp_get_mfw_ver() 2295 OFFSETOF(struct public_global, mfw_ver)); in ecore_mcp_get_mfw_ver()
|
H A D | ecore_sriov.c | 1867 ecore_mcp_get_mfw_ver(p_hwfn, p_ptt, &pfdev_info->mfw_ver, in ecore_iov_vf_mbx_acquire()
|