Lines Matching defs:offset
96 u32 offset;
117 /* Read in the header. Length and offset are in dwords. */
119 offset = E1000_MNG_DHCP_COOKIE_OFFSET >> 2;
122 offset + i);
174 * @offset: location in the buffer to write to
177 * This function writes the buffer content at the offset given on the host if.
182 u16 length, u16 offset, u8 *sum)
191 if (length == 0 || offset + length > E1000_HI_MAX_MNG_DATA_LENGTH)
195 prev_bytes = offset & 0x3;
196 offset >>= 2;
199 data = E1000_READ_REG_ARRAY(hw, E1000_HOST_IF, offset);
204 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, offset, data);
206 offset++;
224 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, offset + i, data);
235 E1000_WRITE_REG_ARRAY(hw, E1000_HOST_IF, offset + i, data);