Symbol: fw_info
usr/src/uts/common/io/cxgbe/common/common.h
648
int t4_prep_fw(struct adapter *adap, struct fw_info *fw_info,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4096
int t4_prep_fw(struct adapter *adap, struct fw_info *fw_info,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
4105
drv_fw = &fw_info->fw_hdr;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1021
bzero(fw_info, sizeof (*fw_info));
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1022
fw_info->chip = CHELSIO_CHIP_VERSION(sc->params.chip);
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1025
fw_info->fw_hdr.fw_ver = hdr->fw_ver;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1026
fw_info->fw_hdr.chip = hdr->chip;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1027
fw_info->fw_hdr.intfver_nic = hdr->intfver_nic;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1028
fw_info->fw_hdr.intfver_vnic = hdr->intfver_vnic;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1029
fw_info->fw_hdr.intfver_ofld = hdr->intfver_ofld;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1030
fw_info->fw_hdr.intfver_ri = hdr->intfver_ri;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1031
fw_info->fw_hdr.intfver_iscsipdu = hdr->intfver_iscsipdu;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1032
fw_info->fw_hdr.intfver_iscsi = hdr->intfver_iscsi;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1033
fw_info->fw_hdr.intfver_fcoepdu = hdr->intfver_fcoepdu;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1034
fw_info->fw_hdr.intfver_fcoe = hdr->intfver_fcoe;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
1039
rc = -t4_prep_fw(sc, fw_info, fw_data, fw_size, card_fw,
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
955
struct fw_info fi, *fw_info = &fi;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1387
EXT_FW fw_info = {0};
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1400
(void) sprintf((char *)(fw_info.Version), "%d.%02d.%02d",
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1404
fw_info.Attrib = ha->fw_attributes;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1406
if (ddi_copyout((void *)&fw_info,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1925
struct fw_info *fw_info)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1932
OSAL_MEMSET(fw_info, 0, sizeof(*fw_info));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1944
if (fw_info_location.size > 0 && fw_info_location.size <= sizeof(*fw_info)) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
1946
dest = (u32*)fw_info;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2053
struct fw_info fw_info = { { 0 }, { 0 } };
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2069
ecore_read_fw_info(p_hwfn, p_ptt, storm_id, &fw_info);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2072
if (OSAL_SNPRINTF(fw_ver_str, sizeof(fw_ver_str), "%d_%d_%d_%d", fw_info.ver.num.major, fw_info.ver.num.minor, fw_info.ver.num.rev, fw_info.ver.num.eng) < 0)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2074
switch (fw_info.ver.image_id) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2088
offset += ecore_dump_num_param(dump_buf + offset, dump, "fw-timestamp", fw_info.ver.timestamp);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4802
struct fw_info fw_info;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4819
ecore_read_fw_info(p_hwfn, p_ptt, storm_id, &fw_info);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4821
asserts = &fw_info.fw_asserts_section;