Lines Matching refs:offset32
4404 u32 cmd_flags, offset32, len32, extra;
4417 offset32 = offset;
4422 if (offset32 & 3) {
4426 offset32 &= ~3;
4438 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags);
4445 offset32 += 4;
4463 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags);
4476 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, cmd_flags);
4479 offset32 += 4;
4484 rc = bnx2_nvram_read_dword(bp, offset32, ret_buf, 0);
4487 offset32 += 4;
4496 rc = bnx2_nvram_read_dword(bp, offset32, buf, cmd_flags);
4513 u32 written, offset32, len32;
4519 offset32 = offset;
4523 if ((align_start = (offset32 & 3))) {
4524 offset32 &= ~3;
4528 if ((rc = bnx2_nvram_read(bp, offset32, start, 4)))
4535 if ((rc = bnx2_nvram_read(bp, offset32 + len32 - 4, end, 4)))
4568 page_start = offset32 + written;
4573 data_start = (written == 0) ? offset32 : page_start;
4575 data_end = (page_end > offset32 + len32) ?
4576 (offset32 + len32) : page_end;