Home
last modified time | relevance | path

Searched refs:pcihdr (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_sup.c544 uint32_t pcihdr, pcids; in qla2xxx_find_flt_start() local
572 pcihdr = 0; in qla2xxx_find_flt_start()
576 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, 0x20); in qla2xxx_find_flt_start()
577 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start()
582 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start()
584 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start()
594 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512; in qla2xxx_find_flt_start()
599 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, in qla2xxx_find_flt_start()
2536 uint32_t pcihdr, pcids; in qla2x00_get_flash_version() local
2552 pcihdr = 0; in qla2x00_get_flash_version()
[all …]