Searched refs:func_code (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/s390/crypto/ |
D | zcrypt_api.c | 637 unsigned int func_code; in zcrypt_rsa_modexpo() local 644 func_code = 0; in zcrypt_rsa_modexpo() 656 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo() 675 weight = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo() 710 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo() 721 unsigned int func_code; in zcrypt_rsa_crt() local 728 func_code = 0; in zcrypt_rsa_crt() 740 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt() 759 weight = zc->speed_rating[func_code]; in zcrypt_rsa_crt() 794 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt() [all …]
|
D | zcrypt_msgtype6.c | 1104 unsigned int *func_code, unsigned short **dom) in get_cprb_fc() argument 1119 return XCRB_msg_to_type6CPRB_msgX(ap_msg, xcRB, func_code, dom); in get_cprb_fc() 1159 unsigned int *func_code) in get_ep11cprb_fc() argument 1174 return xcrb_msg_to_type6_ep11cprb_msgx(ap_msg, xcrb, func_code); in get_ep11cprb_fc() 1252 unsigned int get_rng_fc(struct ap_message *ap_msg, int *func_code, in get_rng_fc() argument 1271 *func_code = HWRNG; in get_rng_fc()
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1844 && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV in ahc_handle_scsiint() 5739 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahc_match_scb() 7632 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
|
D | aic79xx_core.c | 3117 && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV in ahd_handle_nonpkt_busfree() 8008 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahd_match_scb() 10487 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
|