Searched refs:nextbuf (Results 1 – 3 of 3) sorted by relevance
888 struct irdma_puda_buf *nextbuf = NULL; in irdma_puda_dele_rsrc() local935 nextbuf = buf->next; in irdma_puda_dele_rsrc()937 buf = nextbuf; in irdma_puda_dele_rsrc()953 struct irdma_puda_buf *nextbuf; in irdma_puda_allocbufs() local966 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()968 buf->next = nextbuf; in irdma_puda_allocbufs()1307 struct irdma_puda_buf *nextbuf; in irdma_ieq_create_pbufl() local1314 nextbuf = irdma_puda_get_listbuf(rxlist); in irdma_ieq_create_pbufl()1315 if (!nextbuf) { in irdma_ieq_create_pbufl()1319 list_add_tail(&nextbuf->list, pbufl); in irdma_ieq_create_pbufl()[all …]
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