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

/linux-master/drivers/sbus/char/
H A Doradax.c194 struct dax_cca *ca_buf; member in struct:dax_ctx
195 u64 ca_buf_ra; /* cached RA of ca_buf */
508 if (ctx->ca_buf[idx].status == CCA_STAT_NOT_COMPLETED)
529 if (ctx->ca_buf[i].status == CCA_STAT_NOT_COMPLETED) {
537 kfree(ctx->ca_buf);
606 ctx->ca_buf[idx].status = CCA_STAT_KILLED;
607 ctx->ca_buf[idx].err = CCA_ERR_KILLED;
630 if (ctx->ca_buf[i].status !=
660 ctx->ca_buf = kzalloc(DAX_MMAP_LEN, GFP_KERNEL);
661 if (ctx->ca_buf
[all...]

Completed in 88 milliseconds