HomeSort by: relevance | last modified time | path
    Searched defs:buf_idx (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
r300_cmdbuf.c 920 u32 i, buf_idx, h_pending; local
923 if (cmdbuf->bufsz < sizeof(uint64_t) + header.scratch.n_bufs * sizeof(buf_idx) ) {
939 buf_idx = *(u32 *)cmdbuf->buf;
940 buf_idx *= 2; /* 8 bytes per buf */
942 if (DRM_COPY_TO_USER(ref_age_base + buf_idx, &dev_priv->scratch_ages[header.scratch.reg], sizeof(u32))) {
946 if (DRM_COPY_FROM_USER(&h_pending, ref_age_base + buf_idx + 1, sizeof(u32))) {
956 if (DRM_COPY_TO_USER(ref_age_base + buf_idx + 1, &h_pending, sizeof(u32))) {
960 cmdbuf->buf += sizeof(buf_idx);
961 cmdbuf->bufsz -= sizeof(buf_idx);
1118 idx = header.dma.buf_idx;
    [all...]
radeon_drm.h 200 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon4233::__anon4239
264 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon4241::__anon4247
  /src/external/gpl2/texinfo/dist/info/
pcterm.c 522 static int buf_idx;
528 if (buf_idx >= sizeof (buffered)) /* paranoia */
530 buf_idx = 0;
531 buffered[buf_idx] = '\0';
535 return (long)strlen (buffered + buf_idx);
578 while (buffered[buf_idx] && nbytes)
580 *buf++ = buffered[buf_idx++];
608 buf_idx = 0;
521 static int buf_idx; variable
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.c 543 Idx buf_idx, end_idx;
546 for (buf_idx = pstr->valid_len; buf_idx < end_idx; ++buf_idx)
548 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + buf_idx];
549 pstr->mbs[buf_idx] = pstr->trans[ch];
552 pstr->valid_len = buf_idx;
553 pstr->valid_raw_len = buf_idx;
542 Idx buf_idx, end_idx; local
  /src/sys/dev/pci/
if_et.c 1754 int buflen, buf_idx, ring_idx; local
1761 buf_idx = __SHIFTOUT(st->rxst_info2, ET_RXST_INFO2_BUFIDX);
1780 if (buf_idx >= ET_RX_NDESC) {
1783 buf_idx);
1788 rb = &rbd->rbd_buf[buf_idx];
1793 if (rbd->rbd_newbuf(rbd, buf_idx, 0) == 0) {
1810 if (buf_idx != rx_ring->rr_index) {
1812 "buf_idx %d, rr_idx %d\n",
1813 ring_idx, buf_idx, rx_ring->rr_index);
2043 et_newbuf_cluster(struct et_rxbuf_data *rbd, int buf_idx, int init
    [all...]
  /src/sys/dev/ic/
bwi.c 8535 bwi_setup_rx_desc_pio(struct bwi_softc *sc, int buf_idx, bus_addr_t paddr,
8542 int buf_idx, bus_addr_t paddr, int buf_len)
8655 bwi_setup_rx_desc32(struct bwi_softc *sc, int buf_idx, bus_addr_t paddr,
8660 KASSERT(buf_idx < BWI_RX_NDESC);
8661 bwi_setup_desc32(sc, rd->rdata_desc, BWI_RX_NDESC, buf_idx,
8667 int buf_idx, bus_addr_t paddr, int buf_len)
8669 KASSERT(buf_idx < BWI_TX_NDESC);
8670 bwi_setup_desc32(sc, rd->rdata_desc, BWI_TX_NDESC, buf_idx,
8695 bwi_setup_rx_desc64(struct bwi_softc *sc, int buf_idx, bus_addr_t paddr,
8703 int buf_idx, bus_addr_t paddr, int buf_len
9937 int ring_idx, buf_idx; local
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
radeon_drm.h 208 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon5959::__anon5965
272 unsigned char cmd_type, buf_idx, pad0, pad1; member in struct:__anon5967::__anon5973

Completed in 43 milliseconds