Searched refs:nextbuf (Results 1 – 2 of 2) sorted by relevance
293 struct mlx5_fpga_dma_buf *buf, *nextbuf; in mlx5_fpga_conn_sq_cqe() local307 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()
26 static struct buf *nextbuf(struct aoedev *);376 buf = nextbuf(d); in aoecmd_ata_rw()843 nextbuf(struct aoedev *d) in nextbuf() function