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

/linux-master/drivers/sbus/char/
H A Doradax.c163 struct dax_ccb { struct
192 struct dax_ccb *ccb_buf;
441 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
572 if (count == 0 || count > DAX_MAX_CCBS * sizeof(struct dax_ccb))
575 if (count % sizeof(struct dax_ccb) == 0)
650 ctx->ccb_buf = kcalloc(DAX_MAX_CCBS, sizeof(struct dax_ccb),
757 static void dax_prt_ccbs(struct dax_ccb *ccb, int nelem)
787 struct dax_ccb *ccbp = &ctx->ccb_buf[i];
857 nccbs = count / sizeof(struct dax_ccb);
972 naccepted = accepted_len / sizeof(struct dax_ccb);
[all...]

Completed in 153 milliseconds