Searched refs:rbufs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 301 struct slgt_desc *rbufs; member 538 i, le16_to_cpu(info->rbufs[i].count), le16_to_cpu(info->rbufs[i].status)); in dump_rbufs() 1760 struct slgt_desc *bufs = info->rbufs; in rx_async() 2032 if (desc_complete(info->rbufs[i])) { in isr_rxdata() 2038 info->rbufs[i].buf[count++] = (unsigned char)reg; in isr_rxdata() 2041 info->rbufs[i].buf[count++] = (unsigned char)(reg >> 8); in isr_rxdata() 2044 set_desc_count(info->rbufs[i], count); in isr_rxdata() 2045 set_desc_status(info->rbufs[i], BIT15 | (reg >> 8)); in isr_rxdata() 3269 info->rbufs = (struct slgt_desc*)info->bufs; in alloc_desc() 3280 info->rbufs[i].pdesc = pbufs + (i * sizeof(struct slgt_desc)); in alloc_desc() [all …]
|
/openbmc/linux/drivers/rpmsg/ |
H A D | virtio_rpmsg_bus.c | 59 void *rbufs, *sbufs; member 928 vrp->rbufs = bufs_va; in rpmsg_probe() 936 void *cpu_addr = vrp->rbufs + i * vrp->buf_size; in rpmsg_probe() 1038 vrp->rbufs, vrp->bufs_dma); in rpmsg_remove()
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 566 clt_path->rbufs[buf_id].rkey = le32_to_cpu(msg->rkey); in rtrs_clt_rkey_rsp_done() 1117 rbuf = &clt_path->rbufs[buf_id]; in rtrs_clt_write_req() 1260 ret = rtrs_post_send_rdma(req->con, req, &clt_path->rbufs[buf_id], in rtrs_clt_read_req() 1609 kfree(clt_path->rbufs); in free_path() 1867 if (!clt_path->rbufs) { in rtrs_rdma_conn_established() 1868 clt_path->rbufs = kcalloc(queue_depth, in rtrs_rdma_conn_established() 1869 sizeof(*clt_path->rbufs), in rtrs_rdma_conn_established() 1871 if (!clt_path->rbufs) in rtrs_rdma_conn_established() 2448 clt_path->rbufs[i].addr = addr; in process_info_rsp() 2449 clt_path->rbufs[i].rkey = rkey; in process_info_rsp()
|
H A D | rtrs-clt.h | 140 struct rtrs_rbuf *rbufs; member
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 7482 + struct v4l2_requestbuffers rbufs = { 7502 + while (ioctl(fd, VIDIOC_REQBUFS, &rbufs)) { 7509 + if ((rbufs.capabilities & REQ_BUF_CAPS) != REQ_BUF_CAPS) { 7510 + request_debug(dc, "%s: Buf caps %#x insufficient\n", vpath, rbufs.capabilities);
|