Lines Matching defs:offset
401 unsigned int offset;
419 offset = 0;
422 offset = SLIC_RX_BUFF_ALIGN - misalign;
423 skb_reserve(skb, offset);
429 offset + sizeof(*desc),
434 offset + sizeof(*desc),
441 buff->addr_offset = offset;
445 slic_write(sdev, SLIC_REG_HBAR, lower_32_bits(paddr) + offset);
773 unsigned int offset;
795 offset = 0;
798 offset = SLIC_STATS_DESC_ALIGN - misalign;
799 descs += offset;
800 paddr += offset;
807 stq->addr_offset[i] = offset;
1026 static u32 slic_read_dword_from_firmware(const struct firmware *fw, int *offset)
1028 int idx = *offset;
1031 memcpy(&val, fw->data + *offset, sizeof(val));
1033 *offset = idx;