Home
last modified time | relevance | path

Searched refs:ccb_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/sbus/char/
H A Doradax.c192 struct dax_ccb *ccb_buf; member
441 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_lock_pages()
536 kfree(ctx->ccb_buf); in dax_close()
650 ctx->ccb_buf = kzalloc_objs(struct dax_ccb, DAX_MAX_CCBS); in dax_open()
651 if (ctx->ccb_buf == NULL) in dax_open()
654 ctx->ccb_buf_ra = virt_to_phys(ctx->ccb_buf); in dax_open()
656 (void *)ctx->ccb_buf, ctx->ccb_buf_ra); in dax_open()
674 kfree(ctx->ccb_buf); in dax_open()
786 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_preprocess_usr_ccbs()
875 if (copy_from_user(ctx->ccb_buf, buf, count)) { in dax_ccb_exec()
[all …]
/linux/arch/sparc/include/asm/
H A Dhypervisor.h994 unsigned long sun4v_ccb_submit(unsigned long ccb_buf,