Lines Matching refs:wmem
170 static int wait_for_csb(struct nx842_workmem *wmem, in wait_for_csb() argument
173 ktime_t start = wmem->start, now = ktime_get(); in wait_for_csb()
393 struct nx842_workmem *wmem; in nx842_powernv_function() local
399 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_powernv_function()
409 crb = &wmem->crb; in nx842_powernv_function()
416 ret = setup_ddl(&crb->source, wmem->ddl_in, in nx842_powernv_function()
420 ret = setup_ddl(&crb->target, wmem->ddl_out, in nx842_powernv_function()
436 wmem->start = ktime_get(); in nx842_powernv_function()
455 ret = wait_for_csb(wmem, csb); in nx842_powernv_function()
495 void *wmem) in nx842_powernv_compress() argument
498 wmem, CCW_FC_842_COMP_CRC); in nx842_powernv_compress()
523 void *wmem) in nx842_powernv_decompress() argument
526 wmem, CCW_FC_842_DECOMP_CRC); in nx842_powernv_decompress()