Lines Matching defs:dwords
263 ulong dwords;
309 dwords = end - start + 1;
312 rc = qla24xx_dump_ram(vha->hw, start, buf, dwords, &buf);
320 *len += dwords * sizeof(uint32_t);
550 ulong dwords = le32_to_cpu(ent->t270.count);
555 while (dwords--) {
585 ulong dwords = le32_to_cpu(ent->t272.count);
592 "%s: @%lx -> (%lx dwords)\n", __func__, start, dwords);
594 qla27xx_dump_mpi_ram(vha->hw, start, buf, dwords, &buf);
596 *len += dwords * sizeof(uint32_t);
605 ulong dwords = le32_to_cpu(ent->t273.count);
611 while (dwords--) {