Lines Matching refs:nxt
105 uint32_t ram_dwords, void **nxt)
169 *nxt = ram + i;
186 *nxt = ram + i;
192 uint32_t ram_dwords, void **nxt)
252 *nxt = ram + i;
269 *nxt = ram + i;
275 uint32_t cram_size, void **nxt)
280 rval = qla24xx_dump_ram(ha, 0x20000, code_ram, cram_size / 4, nxt);
287 rval = qla24xx_dump_ram(ha, 0x100000, *nxt,
288 ha->fw_memory_size - 0x100000 + 1, nxt);
378 uint32_t ram_words, void **nxt)
457 *nxt = rval == QLA_SUCCESS ? &ram[cnt] : NULL;
748 void *nxt;
872 ARRAY_SIZE(fw->risc_ram), &nxt);
877 ARRAY_SIZE(fw->stack_ram), &nxt);
882 ha->fw_memory_size - 0x11000 + 1, &nxt);
885 qla2xxx_copy_queues(ha, nxt);
1088 void *nxt;
1301 &nxt);
1305 nxt = qla2xxx_copy_queues(ha, nxt);
1307 qla24xx_copy_eft(ha, nxt);
1334 void *nxt, *nxt_chain;
1611 &nxt);
1615 nxt = qla2xxx_copy_queues(ha, nxt);
1617 qla24xx_copy_eft(ha, nxt);
1647 void *nxt, *nxt_chain;
1925 &nxt);
1929 nxt = qla2xxx_copy_queues(ha, nxt);
1931 qla24xx_copy_eft(ha, nxt);
1962 void *nxt, *nxt_chain;
2413 nxt = fw->code_ram;
2414 nxt += sizeof(fw->code_ram);
2415 nxt += (ha->fw_memory_size - 0x100000 + 1);
2425 &nxt);
2430 nxt = qla2xxx_copy_queues(ha, nxt);
2432 qla24xx_copy_eft(ha, nxt);