hdr_ptr 762 drivers/firewire/net.c __be16 *hdr_ptr; hdr_ptr 770 drivers/firewire/net.c hdr_ptr = header; hdr_ptr 771 drivers/firewire/net.c length = be16_to_cpup(hdr_ptr); hdr_ptr 894 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c u32 *hdr_ptr, *data; hdr_ptr 905 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c hdr_ptr = (u32 *) mdump->md_template; hdr_ptr 908 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c *data++ = cpu_to_le32(*hdr_ptr++); hdr_ptr 1692 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c u32 *hdr_ptr; hdr_ptr 1709 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c hdr_ptr = (u32 *)fw_dump->tmpl_hdr; hdr_ptr 1712 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c *data++ = cpu_to_le32(*hdr_ptr++); hdr_ptr 328 drivers/scsi/aic94xx/aic94xx_init.c struct bios_file_header header, *hdr_ptr; hdr_ptr 374 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr = (struct bios_file_header *)asd_ha->bios_image->data; hdr_ptr 376 drivers/scsi/aic94xx/aic94xx_init.c if ((hdr_ptr->contrl_id.vendor != asd_ha->pcidev->vendor || hdr_ptr 377 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr->contrl_id.device != asd_ha->pcidev->device) && hdr_ptr 378 drivers/scsi/aic94xx/aic94xx_init.c (hdr_ptr->contrl_id.sub_vendor != asd_ha->pcidev->vendor || hdr_ptr 379 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr->contrl_id.sub_device != asd_ha->pcidev->device)) { hdr_ptr 384 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr->contrl_id.vendor, hdr_ptr 385 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr->contrl_id.device, hdr_ptr 386 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr->contrl_id.sub_vendor, hdr_ptr 387 drivers/scsi/aic94xx/aic94xx_init.c hdr_ptr->contrl_id.sub_device, hdr_ptr 394 drivers/scsi/aic94xx/aic94xx_init.c if (hdr_ptr->filelen != asd_ha->bios_image->size) { hdr_ptr 400 drivers/scsi/aic94xx/aic94xx_init.c for (i = 0; i < hdr_ptr->filelen; i++) hdr_ptr 403 drivers/scsi/aic94xx/aic94xx_init.c if ((csum & 0x0000ffff) != hdr_ptr->checksum) { hdr_ptr 411 drivers/scsi/aic94xx/aic94xx_init.c &asd_ha->bios_image->data[sizeof(*hdr_ptr)], hdr_ptr 412 drivers/scsi/aic94xx/aic94xx_init.c 0, hdr_ptr->filelen-sizeof(*hdr_ptr)); hdr_ptr 415 drivers/scsi/aic94xx/aic94xx_init.c &asd_ha->bios_image->data[sizeof(*hdr_ptr)], hdr_ptr 416 drivers/scsi/aic94xx/aic94xx_init.c 0, hdr_ptr->filelen-sizeof(*hdr_ptr)); hdr_ptr 421 drivers/scsi/aic94xx/aic94xx_init.c 0, hdr_ptr->filelen-sizeof(header)); hdr_ptr 1221 drivers/scsi/aic94xx/aic94xx_seq.c const struct sequencer_file_header *hdr_ptr; hdr_ptr 1235 drivers/scsi/aic94xx/aic94xx_seq.c hdr_ptr = (const struct sequencer_file_header *)sequencer_fw->data; hdr_ptr 1237 drivers/scsi/aic94xx/aic94xx_seq.c header.csum = le32_to_cpu(hdr_ptr->csum); hdr_ptr 1238 drivers/scsi/aic94xx/aic94xx_seq.c header.major = le32_to_cpu(hdr_ptr->major); hdr_ptr 1239 drivers/scsi/aic94xx/aic94xx_seq.c header.minor = le32_to_cpu(hdr_ptr->minor); hdr_ptr 1240 drivers/scsi/aic94xx/aic94xx_seq.c header.cseq_table_offset = le32_to_cpu(hdr_ptr->cseq_table_offset); hdr_ptr 1241 drivers/scsi/aic94xx/aic94xx_seq.c header.cseq_table_size = le32_to_cpu(hdr_ptr->cseq_table_size); hdr_ptr 1242 drivers/scsi/aic94xx/aic94xx_seq.c header.lseq_table_offset = le32_to_cpu(hdr_ptr->lseq_table_offset); hdr_ptr 1243 drivers/scsi/aic94xx/aic94xx_seq.c header.lseq_table_size = le32_to_cpu(hdr_ptr->lseq_table_size); hdr_ptr 1244 drivers/scsi/aic94xx/aic94xx_seq.c header.cseq_code_offset = le32_to_cpu(hdr_ptr->cseq_code_offset); hdr_ptr 1245 drivers/scsi/aic94xx/aic94xx_seq.c header.cseq_code_size = le32_to_cpu(hdr_ptr->cseq_code_size); hdr_ptr 1246 drivers/scsi/aic94xx/aic94xx_seq.c header.lseq_code_offset = le32_to_cpu(hdr_ptr->lseq_code_offset); hdr_ptr 1247 drivers/scsi/aic94xx/aic94xx_seq.c header.lseq_code_size = le32_to_cpu(hdr_ptr->lseq_code_size); hdr_ptr 1248 drivers/scsi/aic94xx/aic94xx_seq.c header.mode2_task = le16_to_cpu(hdr_ptr->mode2_task); hdr_ptr 1249 drivers/scsi/aic94xx/aic94xx_seq.c header.cseq_idle_loop = le16_to_cpu(hdr_ptr->cseq_idle_loop); hdr_ptr 1250 drivers/scsi/aic94xx/aic94xx_seq.c header.lseq_idle_loop = le16_to_cpu(hdr_ptr->lseq_idle_loop); hdr_ptr 1267 drivers/scsi/aic94xx/aic94xx_seq.c header.major, header.minor, hdr_ptr->version);