Searched refs:buf_offset (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dpower.h96 unsigned int buf_offset; /* location to read from or write to, member in struct:snapshot_handle
109 #define data_of(handle) ((handle).buffer + (handle).buf_offset)
H A Dsnapshot.c1335 handle->buf_offset = handle->cur_offset;
1872 handle->buf_offset = handle->cur_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A Dcfe_api_int.h76 cfe_xuint_t buf_offset; /* offset on device (bytes) */ member in struct:xiocb_buffer_s
H A Dcfe_api.c227 xiocb.plist.xiocb_buffer.buf_offset = 0;
367 xiocb.plist.xiocb_buffer.buf_offset = offset;
390 xiocb.plist.xiocb_buffer.buf_offset = 0;
421 xiocb.plist.xiocb_buffer.buf_offset = offset;
487 xiocb.plist.xiocb_buffer.buf_offset = offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_initiator.c414 unsigned long buf_offset; local
429 buf_offset = ntohl(hdr->offset);
432 __func__,(int)itt,(int)data_seg_len,(int)buf_offset);
454 buf_offset,
457 if (buf_offset + data_seg_len > iser_ctask->data[ISER_DIR_OUT].data_len) {
460 buf_offset, data_seg_len,
466 itt, buf_offset, data_seg_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacmacros.h136 #define ACPI_BUFFER_INDEX(buf_len,buf_offset,byte_gran) ((buf_len) - (((buf_offset)+1) * (byte_gran)))
191 #define ACPI_BUFFER_INDEX(buf_len,buf_offset,byte_gran) (buf_offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.h97 unsigned int buf_offset; member in struct:dma_rcv_ctx
H A Dohci1394.c396 d->buf_offset = 0;
1365 unsigned long buf_offset = blk * recv->buf_stride; local
1384 cmd->address = cpu_to_le32(dma_region_offset_to_bus(&iso->data_buf, buf_offset));
2611 offset = d->buf_offset;
2641 d->buf_offset = offset;
2654 d->buf_offset = offset;
2729 d->buf_offset = offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddv.c213 if (!d->work_chunks[dv_work_pool_size(d)-1].buf_offset) {
223 d->work_chunks[i++].buf_offset = p;
539 buf_ptr = &s->buf[work_chunk->buf_offset*80];
1004 dif = &s->buf[work_chunk->buf_offset*80];
H A Ddvdata.h34 uint16_t buf_offset; member in struct:DVwork_chunk

Completed in 183 milliseconds