Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_puda.c934 struct irdma_puda_buf *nextbuf = NULL; in irdma_puda_dele_rsrc() local
988 nextbuf = buf->next; in irdma_puda_dele_rsrc()
990 buf = nextbuf; in irdma_puda_dele_rsrc()
1007 struct irdma_puda_buf *nextbuf; in irdma_puda_allocbufs() local
1059 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()
1061 buf->next = nextbuf; in irdma_puda_allocbufs()
1080 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()
1082 buf->next = nextbuf; in irdma_puda_allocbufs()
1429 struct irdma_puda_buf *nextbuf; in irdma_ieq_create_pbufl() local
1436 nextbuf = irdma_puda_get_listbuf(rxlist); in irdma_ieq_create_pbufl()
[all …]
/freebsd/stand/i386/libi386/
H A Dpxe.c449 goto nextbuf; in pxe_netif_receive_isr()
491 goto nextbuf; in pxe_netif_receive_isr()
525 nextbuf: in pxe_netif_receive_isr()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c291 struct mlx5_fpga_dma_buf *buf, *nextbuf; in mlx5_fpga_conn_sq_cqe() local
305 nextbuf = list_first_entry(&conn->qp.sq.backlog, in mlx5_fpga_conn_sq_cqe()
307 list_del(&nextbuf->list); in mlx5_fpga_conn_sq_cqe()
308 mlx5_fpga_conn_post_send(conn, nextbuf); in mlx5_fpga_conn_sq_cqe()
/freebsd/contrib/bmake/
H A DChangeLog1572 rename IFile.nextbuf to readMore