Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_sup.c550 uint32_t pcihdr, pcids; in qla2xxx_find_flt_start() local
593 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start()
594 qla24xx_read_flash_data(vha, dcode, pcids >> 2, 0x20); in qla2xxx_find_flt_start()
3087 qla2x00_get_fcode_version(struct qla_hw_data *ha, uint32_t pcids) in qla2x00_get_fcode_version() argument
3096 istart = pcids + in qla2x00_get_fcode_version()
3097 ((qla2x00_read_flash_byte(ha, pcids + 0x0B) << 8) | in qla2x00_get_fcode_version()
3098 qla2x00_read_flash_byte(ha, pcids + 0x0A)); in qla2x00_get_fcode_version()
3165 uint32_t pcihdr, pcids; in qla2x00_get_flash_version() local
3195 pcids = pcihdr + in qla2x00_get_flash_version()
3200 if (qla2x00_read_flash_byte(ha, pcids) != 'P' || in qla2x00_get_flash_version()
[all …]