Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/sbus/char/
Doradax.c204 struct dax_ccb *ccb_buf; member
456 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_lock_pages()
551 kfree(ctx->ccb_buf); in dax_close()
665 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb), in dax_open()
667 if (ctx->ccb_buf == NULL) in dax_open()
670 ctx->ccb_buf_ra = virt_to_phys(ctx->ccb_buf); in dax_open()
672 (void *)ctx->ccb_buf, ctx->ccb_buf_ra); in dax_open()
690 kfree(ctx->ccb_buf); in dax_open()
802 struct dax_ccb *ccbp = &ctx->ccb_buf[i]; in dax_preprocess_usr_ccbs()
891 if (copy_from_user(ctx->ccb_buf, buf, count)) { in dax_ccb_exec()
[all …]
/Linux-v4.19/arch/sparc/include/asm/
Dhypervisor.h994 unsigned long sun4v_ccb_submit(unsigned long ccb_buf,