Home
last modified time | relevance | path

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

/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()
3137 qla2x00_get_fcode_version(struct qla_hw_data *ha, uint32_t pcids) in qla2x00_get_fcode_version() argument
3146 istart = pcids + in qla2x00_get_fcode_version()
3147 ((qla2x00_read_flash_byte(ha, pcids + 0x0B) << 8) | in qla2x00_get_fcode_version()
3148 qla2x00_read_flash_byte(ha, pcids + 0x0A)); in qla2x00_get_fcode_version()
3215 uint32_t pcihdr, pcids; in qla2x00_get_flash_version() local
3245 pcids = pcihdr + in qla2x00_get_flash_version()
3250 if (qla2x00_read_flash_byte(ha, pcids) != 'P' || in qla2x00_get_flash_version()
[all …]