Lines Matching refs:offset32
4420 u32 cmd_flags, offset32, len32, extra;
4433 offset32 = offset;
4438 if (offset32 & 3) {
4442 offset32 &= ~3;
4454 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags);
4461 offset32 += 4;
4479 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags);
4492 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, cmd_flags);
4495 offset32 += 4;
4500 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, 0);
4503 offset32 += 4;
4512 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags);
4529 u32 written, offset32, len32;
4535 offset32 = offset;
4539 if ((align_start = (offset32 & 3))) {
4540 offset32 &= ~3;
4544 if ((rc = bnx2_nvram_read(bp, offset32, start, 4)))
4551 if ((rc = bnx2_nvram_read(bp, offset32 + len32 - 4, end, 4)))
4584 page_start = offset32 + written;
4589 data_start = (written == 0) ? offset32 : page_start;
4591 data_end = (page_end > offset32 + len32) ?
4592 (offset32 + len32) : page_end;