Home
last modified time | relevance | path

Searched refs:func_code (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_api.c642 unsigned int func_code; in zcrypt_rsa_modexpo() local
656 func_code = 0; in zcrypt_rsa_modexpo()
668 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
688 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
764 func_code = 0; in zcrypt_rsa_crt()
776 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
796 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
845 trace_s390_zcrypt_rep(crt, func_code, r in zcrypt_rsa_crt()
858 unsigned int func_code; _zcrypt_send_cprb() local
1020 unsigned int func_code; _zcrypt_send_ep11_cprb() local
1148 unsigned int func_code; zcrypt_rng() local
[all...]
H A Dzcrypt_msgtype6.c1116 unsigned int *func_code, unsigned short **dom) in get_cprb_fc()
1131 return XCRB_msg_to_type6CPRB_msgX(userspace, ap_msg, xcRB, func_code, dom); in get_cprb_fc()
1173 unsigned int *func_code) in get_ep11cprb_fc()
1188 return xcrb_msg_to_type6_ep11cprb_msgx(userspace, ap_msg, xcrb, func_code); in get_ep11cprb_fc()
1268 unsigned int get_rng_fc(struct ap_message *ap_msg, int *func_code, in get_rng_fc() argument
1287 *func_code = HWRNG; in get_rng_fc()
1114 get_cprb_fc(bool userspace, struct ica_xcRB *xcRB, struct ap_message *ap_msg, unsigned int *func_code, unsigned short **dom) get_cprb_fc() argument
1171 get_ep11cprb_fc(bool userspace, struct ep11_urb *xcrb, struct ap_message *ap_msg, unsigned int *func_code) get_ep11cprb_fc() argument
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_api.c645 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, r in zcrypt_rsa_crt()
855 unsigned int func_code; _zcrypt_send_cprb() local
1013 unsigned int func_code, domain; _zcrypt_send_ep11_cprb() local
1161 unsigned int func_code; zcrypt_rng() local
[all...]
H A Dzcrypt_msgtype6.c1074 unsigned int *func_code, unsigned short **dom) in prep_cca_ap_msg()
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()
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()
1072 prep_cca_ap_msg(bool userspace, struct ica_xcRB *xcrb, struct ap_message *ap_msg, unsigned int *func_code, unsigned short **dom) prep_cca_ap_msg() argument
1169 prep_ep11_ap_msg(bool userspace, struct ep11_urb *xcrb, struct ap_message *ap_msg, unsigned int *func_code, unsigned int *domain) prep_ep11_ap_msg() argument
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5711 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahc_match_scb()
7603 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
H A Daic79xx_core.c7968 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahd_match_scb()
10446 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5708 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 Daic79xx_core.c7963 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()

Completed in 50 milliseconds