Searched refs:ram_dwords (Results 1 – 1 of 1) sorted by relevance
116 uint32_t ram_dwords, void **nxt) in qla27xx_dump_mpi_ram() argument132 for (cnt = 0; cnt < ram_dwords && rval == QLA_SUCCESS; in qla27xx_dump_mpi_ram()134 if (cnt + dwords > ram_dwords) in qla27xx_dump_mpi_ram()135 dwords = ram_dwords - cnt; in qla27xx_dump_mpi_ram()196 uint32_t ram_dwords, void **nxt) in qla24xx_dump_ram() argument212 for (cnt = 0; cnt < ram_dwords && rval == QLA_SUCCESS; in qla24xx_dump_ram()214 if (cnt + dwords > ram_dwords) in qla24xx_dump_ram()215 dwords = ram_dwords - cnt; in qla24xx_dump_ram()