Searched refs:workarea (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-debugfs.c | 151 char workarea[32]; xgbe_common_write() local 158 if (count >= sizeof(workarea)) xgbe_common_write() 161 len = simple_write_to_buffer(workarea, sizeof(workarea) - 1, ppos, xgbe_common_write() 166 workarea[len] = '\0'; xgbe_common_write() 167 ret = kstrtouint(workarea, 16, value); xgbe_common_write()
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 1220 char workarea[sizeof(int) * AP_DEVICES]; zcrypt_proc_show() local 1240 zcrypt_status_mask(workarea); zcrypt_proc_show() 1243 m, workarea, AP_DEVICES); zcrypt_proc_show() 1244 zcrypt_qdepth_mask(workarea); zcrypt_proc_show() 1245 sprinthx("Waiting work element counts", m, workarea, AP_DEVICES); zcrypt_proc_show() 1246 zcrypt_perdev_reqcnt((int *) workarea); zcrypt_proc_show() 1248 m, (unsigned int *) workarea, AP_DEVICES); zcrypt_proc_show()
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 1122 * and copy the src workarea to the dst workarea. ccp_run_aes_cmd() 1295 * and copy the src workarea to the dst workarea. ccp_run_xts_aes_cmd() 1724 * and copy the src workarea to the dst workarea. ccp_run_passthru_cmd() 1837 /* Save the workarea address since it is updated in order to perform ccp_run_ecc_mm_cmd() 1861 /* Restore the workarea address */ ccp_run_ecc_mm_cmd() 1956 /* Save the workarea address since it is updated in order to perform ccp_run_ecc_pm_cmd() 2010 /* Restore the workarea address */ ccp_run_ecc_pm_cmd() 2042 /* Save the workarea address since it is updated as we walk through ccp_run_ecc_pm_cmd() 2055 /* Restore the workarea address */ ccp_run_ecc_pm_cmd()
|
Completed in 153 milliseconds