Searched refs:func_code (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 650 unsigned int func_code = 0; in zcrypt_rsa_modexpo() local 672 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo() 692 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo() 742 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo() 755 unsigned int func_code = 0; in zcrypt_rsa_crt() local 777 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt() 797 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt() 847 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt() 861 unsigned int func_code = 0; in _zcrypt_send_cprb() local 875 rc = prep_cca_ap_msg(userspace, xcrb, &ap_msg, &func_code, &domain); in _zcrypt_send_cprb() [all …]
|
/linux/drivers/scsi/aic7xxx/ |
H A 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()
|
H A 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()
|