Lines Matching defs:offset
5912 int offset = 0, size = MINIDUMP_SIZE_36K;
5926 while (offset < ha->md_template_size) {
5931 mcp->mb[4] = LSW(LSD(ha->md_tmplt_hdr_dma + offset));
5932 mcp->mb[5] = MSW(LSD(ha->md_tmplt_hdr_dma + offset));
5933 mcp->mb[6] = LSW(MSD(ha->md_tmplt_hdr_dma + offset));
5934 mcp->mb[7] = MSW(MSD(ha->md_tmplt_hdr_dma + offset));
5937 mcp->mb[10] = offset & 0x0000FFFF;
5938 mcp->mb[11] = offset & 0xFFFF0000;
5955 offset = offset + size;
6683 uint16_t iter, addr, offset;
6692 offset = c = 0;
6698 offset = 0;
6702 addr, offset, SFP_BLOCK_SIZE, BIT_1);
6706 addr, offset);
6725 offset += SFP_BLOCK_SIZE;