Lines Matching defs:fw_fixed_hdr
405 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr);
410 if (fw_fixed_hdr->ppcver >= PPC3_VERSION_TAS2781_BASIC_MIN) {
413 } else if (fw_fixed_hdr->ppcver >= PPC3_VERSION_BASE) {
1976 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr = &(fw_hdr->fixed_hdr);
1995 fw_fixed_hdr->fwsize = get_unaligned_be32(&buf[offset]);
1997 if (fw_fixed_hdr->fwsize != fmw->size) {
1999 (unsigned long)fmw->size, fw_fixed_hdr->fwsize);
2004 fw_fixed_hdr->ppcver = get_unaligned_be32(&buf[offset]);
2006 fw_fixed_hdr->drv_ver = get_unaligned_be32(&buf[offset]);
2170 struct tasdevice_fw_fixed_hdr *fw_fixed_hdr;
2192 fw_fixed_hdr = &(tas_fmw->fw_hdr.fixed_hdr);
2194 switch (fw_fixed_hdr->drv_ver) {
2222 fw_fixed_hdr->drv_ver, fw_fixed_hdr->ppcver);