nextbuf
static struct buf *nextbuf(struct aoedev *);
buf = nextbuf(d);
struct irdma_puda_buf *nextbuf;
nextbuf = irdma_puda_get_listbuf(rxlist);
if (!nextbuf) {
list_add_tail(&nextbuf->list, pbufl);
if (nextbuf->seqnum != nextseqnum) {
if (nextbuf->datalen >= plen) {
plen -= nextbuf->datalen;
nextseqnum = nextbuf->seqnum + nextbuf->datalen;
struct irdma_puda_buf *nextbuf = NULL;
nextbuf = buf->next;
buf = nextbuf;
struct irdma_puda_buf *nextbuf;
nextbuf = rsrc->alloclist;
buf->next = nextbuf;
struct uvc_buffer *nextbuf;
nextbuf = __uvc_queue_get_current_buffer(queue);
return nextbuf;
struct uvc_buffer *nextbuf;
nextbuf = __uvc_queue_get_current_buffer(queue);
return nextbuf;
struct mlx5_fpga_dma_buf *buf, *nextbuf;
nextbuf = list_first_entry(&conn->qp.sq.backlog,
list_del(&nextbuf->list);
mlx5_fpga_conn_post_send(conn, nextbuf);