Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/sbus/char/
Doradax.c206 struct dax_cca *ca_buf; member
523 if (ctx->ca_buf[idx].status == CCA_STAT_NOT_COMPLETED) in dax_ccb_wait()
544 if (ctx->ca_buf[i].status == CCA_STAT_NOT_COMPLETED) { in dax_close()
552 kfree(ctx->ca_buf); in dax_close()
621 ctx->ca_buf[idx].status = CCA_STAT_KILLED; in dax_write()
622 ctx->ca_buf[idx].err = CCA_ERR_KILLED; in dax_write()
645 if (ctx->ca_buf[i].status != in dax_write()
675 ctx->ca_buf = kzalloc(DAX_MMAP_LEN, GFP_KERNEL); in dax_open()
676 if (ctx->ca_buf == NULL) in dax_open()
679 ctx->ca_buf[i].status = CCA_STAT_COMPLETED; in dax_open()
[all …]