Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
A Duvc_queue.c324 struct uvc_buffer *nextbuf; in uvc_queue_get_current_buffer() local
328 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_get_current_buffer()
331 return nextbuf; in uvc_queue_get_current_buffer()
386 struct uvc_buffer *nextbuf; in uvc_queue_next_buffer() local
391 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_next_buffer()
396 return nextbuf; in uvc_queue_next_buffer()
/drivers/infiniband/hw/irdma/
A Dpuda.c951 nextbuf = buf->next; in irdma_puda_dele_rsrc()
953 buf = nextbuf; in irdma_puda_dele_rsrc()
969 struct irdma_puda_buf *nextbuf; in irdma_puda_allocbufs() local
982 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()
984 buf->next = nextbuf; in irdma_puda_allocbufs()
1323 struct irdma_puda_buf *nextbuf; in irdma_ieq_create_pbufl() local
1331 if (!nextbuf) { in irdma_ieq_create_pbufl()
1336 if (nextbuf->seqnum != nextseqnum) { in irdma_ieq_create_pbufl()
1341 if (nextbuf->datalen >= plen) { in irdma_ieq_create_pbufl()
1344 plen -= nextbuf->datalen; in irdma_ieq_create_pbufl()
[all …]
/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()
/drivers/block/aoe/
A Daoecmd.c26 static struct buf *nextbuf(struct aoedev *);
376 buf = nextbuf(d); in aoecmd_ata_rw()
843 nextbuf(struct aoedev *d) in nextbuf() function

Completed in 14 milliseconds