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

/linux-master/drivers/sbus/char/
H A Doradax.c67 #define DAX_CA_ELEMS (DAX_MMAP_LEN / sizeof(struct dax_cca))
175 struct dax_cca { struct
194 struct dax_cca *ca_buf;
516 ret = dax_ccb_kill(ctx->ca_buf_ra + idx * sizeof(struct dax_cca),
605 idx = hdr.ca_offset / sizeof(struct dax_cca);
834 ca_offset = (idx + i) * sizeof(struct dax_cca);
836 memset(&ctx->ca_buf[idx + i], 0, sizeof(struct dax_cca));

Completed in 235 milliseconds