Searched refs:buf_idx (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dr300_cmdbuf.c721 u32 i, buf_idx, h_pending; local
725 (sizeof(u64) + header.scratch.n_bufs * sizeof(buf_idx))) {
741 buf_idx = *(u32 *)cmdbuf->buf;
742 buf_idx *= 2; /* 8 bytes per buf */
744 if (DRM_COPY_TO_USER(ref_age_base + buf_idx, &dev_priv->scratch_ages[header.scratch.reg], sizeof(u32))) {
748 if (DRM_COPY_FROM_USER(&h_pending, ref_age_base + buf_idx + 1, sizeof(u32))) {
758 if (DRM_COPY_TO_USER(ref_age_base + buf_idx + 1, &h_pending, sizeof(u32))) {
762 cmdbuf->buf += sizeof(buf_idx);
763 cmdbuf->bufsz -= sizeof(buf_idx);
875 idx = header.dma.buf_idx;
[all...]
H A Dradeon_drm.h200 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon4209::__anon4215
251 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon4217::__anon4223
H A Dradeon_state.c2913 idx = header.dma.buf_idx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc85xx_rio.c696 int buf_idx; local
705 buf_idx = (phys_buf - msg_rx_ring.phys) / RIO_MAX_MSG_SIZE;
706 buf = msg_rx_ring.virt_buffer[buf_idx];
718 msg_rx_ring.virt_buffer[buf_idx] = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c254 card->read.buf_idx = 0;
301 card->write.buf_idx = 0;
1456 int buf_idx; local
1464 buf_idx = channel->buf_idx;
1465 while (iob[buf_idx].state == LCS_BUF_STATE_PROCESSED) {
1467 if (iob[buf_idx].callback != NULL)
1468 iob[buf_idx].callback(channel, iob + buf_idx);
1469 buf_idx
[all...]
H A Dlcs.h272 int buf_idx; member in struct:lcs_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c1042 int buf_idx = 0; local
1044 buf_idx = ((unsigned char *)addr - bcm_static_buf->buf_ptr)/STATIC_BUF_SIZE;
1047 bcm_static_buf->buf_use[buf_idx] = 0;

Completed in 99 milliseconds