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

/linux-master/drivers/sbus/char/
H A Doradax.c192 struct dax_ccb *ccb_buf; member in struct:dax_ctx
193 u64 ccb_buf_ra; /* cached RA of ccb_buf */
441 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
536 kfree(ctx->ccb_buf);
650 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb),
652 if (ctx->ccb_buf == NULL)
655 ctx->ccb_buf_ra = virt_to_phys(ctx->ccb_buf);
656 dax_dbg("ctx->ccb_buf=0x%p, ccb_buf_ra=0x%llx",
657 (void *)ctx->ccb_buf, ctx->ccb_buf_ra);
675 kfree(ctx->ccb_buf);
[all...]
/linux-master/arch/sparc/include/asm/
H A Dhypervisor.h994 unsigned long sun4v_ccb_submit(unsigned long ccb_buf,

Completed in 131 milliseconds