Searched refs:func_code (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/s390/crypto/ |
D | zcrypt_api.c | 645 unsigned int func_code; in zcrypt_rsa_modexpo() local 654 func_code = 0; in zcrypt_rsa_modexpo() 666 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo() 686 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo() 737 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo() 750 unsigned int func_code; in zcrypt_rsa_crt() local 759 func_code = 0; in zcrypt_rsa_crt() 771 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt() 791 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt() 842 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt() [all …]
|
D | zcrypt_msgtype6.c | 1074 unsigned int *func_code, unsigned short **dom) in prep_cca_ap_msg() argument 1090 return xcrb_msg_to_type6cprb_msgx(userspace, ap_msg, xcrb, func_code, dom); in prep_cca_ap_msg() 1171 unsigned int *func_code, unsigned int *domain) in prep_ep11_ap_msg() argument 1188 func_code, domain); in prep_ep11_ap_msg() 1283 int prep_rng_ap_msg(struct ap_message *ap_msg, int *func_code, in prep_rng_ap_msg() argument 1303 *func_code = HWRNG; in prep_rng_ap_msg()
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 5708 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahc_match_scb() 7596 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
|
D | aic79xx_core.c | 7963 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahd_match_scb() 10441 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
|