Home
last modified time | relevance | path

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

/src/sys/dev/irdma/
H A Dirdma_puda.c950 struct irdma_puda_buf *nextbuf = NULL; in irdma_puda_dele_rsrc() local
1005 nextbuf = buf->next; in irdma_puda_dele_rsrc()
1007 buf = nextbuf; in irdma_puda_dele_rsrc()
1024 struct irdma_puda_buf *nextbuf; in irdma_puda_allocbufs() local
1076 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()
1078 buf->next = nextbuf; in irdma_puda_allocbufs()
1097 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs()
1099 buf->next = nextbuf; in irdma_puda_allocbufs()
1446 struct irdma_puda_buf *nextbuf; in irdma_ieq_create_pbufl() local
1453 nextbuf = irdma_puda_get_listbuf(rxlist); in irdma_ieq_create_pbufl()
[all …]
/src/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()
/src/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()
/src/contrib/bmake/
H A DChangeLog1935 rename IFile.nextbuf to readMore