Searched defs:cur_offset (Results 1 - 7 of 7) sorted by last modified time

/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c60 u32 cur_offset = 0; local
64 while (buf_off >= (cur_offset + bd_tbl->buffer_length)) {
65 cur_offset += bd_tbl->buffer_length;
71 *start_bd_off = buf_off - cur_offset;
/drivers/scsi/esas2r/
H A Desas2r.h604 u8 *cur_offset; member in struct:esas2r_sg_context
/drivers/staging/lustre/lustre/include/
H A Dlustre_log.h461 int next_idx, __u64 *cur_offset, void *buf,
474 cur_offset, buf, len);
459 llog_next_block(const struct lu_env *env, struct llog_handle *loghandle, int *cur_idx, int next_idx, __u64 *cur_offset, void *buf, int len) argument
/drivers/staging/lustre/lustre/obdclass/
H A Dllog.c278 __u64 cur_offset = LLOG_CHUNK_SIZE; local
318 last_offset = cur_offset;
320 index, &cur_offset, buf, LLOG_CHUNK_SIZE);
/drivers/staging/lustre/lustre/ptlrpc/
H A Dllog_client.c183 __u64 *cur_offset, void *buf, int len)
207 body->lgd_cur_offset = *cur_offset;
229 *cur_offset = body->lgd_cur_offset;
180 llog_client_next_block(const struct lu_env *env, struct llog_handle *loghandle, int *cur_idx, int next_idx, __u64 *cur_offset, void *buf, int len) argument
/drivers/mtd/
H A Dmtdpart.c353 uint64_t cur_offset)
443 slave->offset = cur_offset;
445 slave->offset = cur_offset;
446 if (mtd_mod_by_eb(cur_offset, master) != 0) {
448 slave->offset = (mtd_div_by_eb(cur_offset, master) + 1) * master->erasesize;
451 (unsigned long long)cur_offset, (unsigned long long)slave->offset);
455 slave->offset = cur_offset;
644 uint64_t cur_offset = 0; local
650 slave = allocate_partition(master, parts + i, i, cur_offset);
660 cur_offset
351 allocate_partition(struct mtd_info *master, const struct mtd_partition *part, int partno, uint64_t cur_offset) argument
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c262 const struct vmw_surface_offset *cur_offset = &srf->offsets[i]; local
269 body->guest.ptr.offset += cur_offset->bo_offset;
273 body->host.face = cur_offset->face;
274 body->host.mipmap = cur_offset->mip;
701 struct vmw_surface_offset *cur_offset; local
786 cur_offset = srf->offsets;
794 cur_offset->face = i;
795 cur_offset->mip = j;
796 cur_offset->bo_offset = cur_bo_offset;
799 ++cur_offset;
[all...]

Completed in 203 milliseconds