Lines Matching defs:b_offset
12023 u32 i, offset, len, b_offset, b_count, cpmu_val = 0;
12050 b_offset = offset & 3;
12051 b_count = 4 - b_offset;
12056 ret = tg3_nvram_read_be32(tp, offset-b_offset, &val);
12059 memcpy(data, ((char *)&val) + b_offset, b_count);
12091 b_offset = offset + len - b_count;
12092 ret = tg3_nvram_read_be32(tp, b_offset, &val);
12113 u32 offset, len, b_offset, odd_len;
12124 if ((b_offset = (offset & 3))) {
12126 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start);
12129 len += b_offset;
12146 if (b_offset || odd_len) {
12150 if (b_offset)
12154 memcpy(buf + b_offset, data, eeprom->len);