Home
last modified time | relevance | path

Searched refs:nextbuf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/usb/uvc/
A Duvc_queue.c443 struct uvc_buffer *nextbuf; in uvc_queue_get_current_buffer() local
447 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_get_current_buffer()
450 return nextbuf; in uvc_queue_get_current_buffer()
504 struct uvc_buffer *nextbuf; in uvc_queue_next_buffer() local
509 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_next_buffer()
514 return nextbuf; in uvc_queue_next_buffer()
/linux/drivers/usb/gadget/function/
A Duvc_queue.c332 struct uvc_buffer *nextbuf; in uvcg_queue_next_buffer() local
343 nextbuf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvcg_queue_next_buffer()
346 nextbuf = NULL; in uvcg_queue_next_buffer()
355 return nextbuf; in uvcg_queue_next_buffer()
/linux/drivers/infiniband/hw/irdma/
A Dpuda.c956 nextbuf = buf->next; in irdma_puda_dele_rsrc()
958 buf = nextbuf; in irdma_puda_dele_rsrc()
975 struct irdma_puda_buf *nextbuf; in irdma_puda_allocbufs() local
988 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()
990 buf->next = nextbuf; in irdma_puda_allocbufs()
1332 struct irdma_puda_buf *nextbuf; in irdma_ieq_create_pbufl() local
1340 if (!nextbuf) { in irdma_ieq_create_pbufl()
1345 if (nextbuf->seqnum != nextseqnum) { in irdma_ieq_create_pbufl()
1350 if (nextbuf->datalen >= plen) { in irdma_ieq_create_pbufl()
1353 plen -= nextbuf->datalen; in irdma_ieq_create_pbufl()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dconn.c293 struct mlx5_fpga_dma_buf *buf, *nextbuf; in mlx5_fpga_conn_sq_cqe() local
307 nextbuf = list_first_entry(&conn->qp.sq.backlog, in mlx5_fpga_conn_sq_cqe()
309 list_del(&nextbuf->list); in mlx5_fpga_conn_sq_cqe()
310 mlx5_fpga_conn_post_send(conn, nextbuf); in mlx5_fpga_conn_sq_cqe()
/linux/drivers/block/aoe/
A Daoecmd.c27 static struct buf *nextbuf(struct aoedev *);
376 buf = nextbuf(d); in aoecmd_ata_rw()
835 nextbuf(struct aoedev *d) in nextbuf() function

Completed in 12 milliseconds