Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/sbus/char/
A Doradax.c194 struct dax_cca *ca_buf; member
538 kfree(ctx->ca_buf); in dax_close()
607 ctx->ca_buf[idx].status = CCA_STAT_KILLED; in dax_write()
608 ctx->ca_buf[idx].err = CCA_ERR_KILLED; in dax_write()
631 if (ctx->ca_buf[i].status != in dax_write()
661 ctx->ca_buf = kzalloc(DAX_MMAP_LEN, GFP_KERNEL); in dax_open()
662 if (ctx->ca_buf == NULL) in dax_open()
665 ctx->ca_buf[i].status = CCA_STAT_COMPLETED; in dax_open()
667 ctx->ca_buf_ra = virt_to_phys(ctx->ca_buf); in dax_open()
669 (void *)ctx, (void *)ctx->ca_buf, ctx->ca_buf_ra); in dax_open()
[all …]

Completed in 5 milliseconds