Lines Matching refs:fw_fixed_hdr
772 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr);
778 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781) {
825 } else if (fw_fixed_hdr->ppcver >=
1789 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr);
1808 fw_fixed_hdr->fwsize = be32_to_cpup((__be32 *)&buf[offset]);
1810 if (fw_fixed_hdr->fwsize != fmw->size) {
1812 (unsigned long)fmw->size, fw_fixed_hdr->fwsize);
1817 fw_fixed_hdr->ppcver = be32_to_cpup((__be32 *)&buf[offset]);
1819 fw_fixed_hdr->drv_ver = be32_to_cpup((__be32 *)&buf[offset]);
1984 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr;
2009 fw_fixed_hdr = &(tas_fmw->fw_hdr.fixed_hdr);
2011 switch (fw_fixed_hdr->drv_ver) {
2038 fw_fixed_hdr->drv_ver, fw_fixed_hdr->ppcver);