Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_sup.c550 uint32_t pcihdr, pcids; in qla2xxx_find_flt_start() local
599 pcids = pcihdr + ((bcode[0x19] << 8) | bcode[0x18]); in qla2xxx_find_flt_start()
600 rc = qla24xx_read_flash_data(vha, dcode, pcids >> 2, 0x20); in qla2xxx_find_flt_start()
3108 qla2x00_get_fcode_version(struct qla_hw_data *ha, uint32_t pcids) in qla2x00_get_fcode_version() argument
3117 istart = pcids + in qla2x00_get_fcode_version()
3118 ((qla2x00_read_flash_byte(ha, pcids + 0x0B) << 8) | in qla2x00_get_fcode_version()
3119 qla2x00_read_flash_byte(ha, pcids + 0x0A)); in qla2x00_get_fcode_version()
3186 uint32_t pcihdr, pcids; in qla2x00_get_flash_version() local
3216 pcids = pcihdr + in qla2x00_get_flash_version()
3221 if (qla2x00_read_flash_byte(ha, pcids) != 'P' || in qla2x00_get_flash_version()
[all …]