Searched refs:nextbuf (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-networkd/test/ |
H A D | test_netlink.cpp | 277 const char nextbuf[] = "efgh"; in TEST() local 281 char buf[RTA_SPACE(sizeof(attrbuf)) + sizeof(nextbuf)]; in TEST() 284 memcpy(buf + RTA_SPACE(sizeof(attrbuf)), &nextbuf, sizeof(nextbuf)); in TEST() 291 EXPECT_EQ(sizeof(nextbuf), data.size()); in TEST() 292 EXPECT_EQ(0, memcmp(&nextbuf, data.data(), sizeof(nextbuf))); in TEST()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_queue.c | 445 struct uvc_buffer *nextbuf; in uvc_queue_get_current_buffer() local 449 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_get_current_buffer() 452 return nextbuf; in uvc_queue_get_current_buffer() 507 struct uvc_buffer *nextbuf; in uvc_queue_next_buffer() local 512 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_next_buffer() 517 return nextbuf; in uvc_queue_next_buffer()
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | puda.c | 898 struct irdma_puda_buf *nextbuf = NULL; in irdma_puda_dele_rsrc() local 953 nextbuf = buf->next; in irdma_puda_dele_rsrc() 955 buf = nextbuf; in irdma_puda_dele_rsrc() 971 struct irdma_puda_buf *nextbuf; in irdma_puda_allocbufs() local 984 nextbuf = rsrc->alloclist; in irdma_puda_allocbufs() 986 buf->next = nextbuf; in irdma_puda_allocbufs() 1328 struct irdma_puda_buf *nextbuf; in irdma_ieq_create_pbufl() local 1335 nextbuf = irdma_puda_get_listbuf(rxlist); in irdma_ieq_create_pbufl() 1336 if (!nextbuf) { in irdma_ieq_create_pbufl() 1340 list_add_tail(&nextbuf->list, pbufl); in irdma_ieq_create_pbufl() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 293 struct mlx5_fpga_dma_buf *buf, *nextbuf; in mlx5_fpga_conn_sq_cqe() local 307 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()
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoecmd.c | 26 static struct buf *nextbuf(struct aoedev *); 376 buf = nextbuf(d); in aoecmd_ata_rw() 842 nextbuf(struct aoedev *d) in nextbuf() function
|