Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_sup.c550 uint32_t pcihdr, pcids; in qla2xxx_find_flt_start() local
584 pcihdr = 0; in qla2xxx_find_flt_start()
587 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, 0x20); in qla2xxx_find_flt_start()
588 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start()
593 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start()
595 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start()
605 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512; in qla2xxx_find_flt_start()
609 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, sizeof(*fltl) >> 2); in qla2xxx_find_flt_start()
3165 uint32_t pcihdr, pcids; in qla2x00_get_flash_version() local
3181 pcihdr in qla2x00_get_flash_version()
3296 uint32_t pcihdr, pcids; qla82xx_get_flash_version() local
3405 uint32_t pcihdr = 0, pcids = 0; qla24xx_get_flash_version() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_sup.c550 uint32_t pcihdr, pcids; in qla2xxx_find_flt_start() local
584 pcihdr = 0; in qla2xxx_find_flt_start()
587 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, 0x20); in qla2xxx_find_flt_start()
588 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start()
593 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start()
595 bcode = buf + (pcihdr % 4); in qla2xxx_find_flt_start()
605 pcihdr += ((bcode[0x11] << 8) | bcode[0x10]) * 512; in qla2xxx_find_flt_start()
609 qla24xx_read_flash_data(vha, dcode, pcihdr >> 2, sizeof(*fltl) >> 2); in qla2xxx_find_flt_start()
3165 uint32_t pcihdr, pcids; in qla2x00_get_flash_version() local
3181 pcihdr in qla2x00_get_flash_version()
3296 uint32_t pcihdr, pcids; qla82xx_get_flash_version() local
3405 uint32_t pcihdr = 0, pcids = 0; qla24xx_get_flash_version() local
[all...]

Completed in 7 milliseconds