Lines Matching defs:offset
706 IPW_DEBUG_ORD("Reading TABLE0[%i] from offset 0x%08x\n",
749 * - dword containing the starting offset of the data
810 IPW_DEBUG_ORD("table 0 offset at 0x%08x, len = %i\n",
816 IPW_DEBUG_ORD("table 1 offset at 0x%08x, len = %i\n",
823 IPW_DEBUG_ORD("table 2 offset at 0x%08x, len = %i\n",
3141 int offset = 0;
3183 chunk = (struct fw_chunk *)(data + offset);
3184 offset += sizeof(struct fw_chunk);
3186 start = data + offset;
3217 offset += chunk_len;
3218 } while (offset < len);
3687 * (not offset within BAR, full address)
3689 * (not offset within BAR, full address)
3691 * (not offset within BAR, full address)
3693 * (not offset within BAR, full address)
10414 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
10417 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
10428 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
10431 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);