Searched refs:service_rc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_pcicc.c356 unsigned short service_rc, service_rs; local
360 service_rc = le16_to_cpu(msg->cprb.ccp_rtcode);
361 if (unlikely(service_rc != 0)) {
363 if (service_rc == 8 && service_rs == 66) {
367 if (service_rc == 8 && service_rs == 65) {
371 if (service_rc == 8 && service_rs == 770) {
376 if (service_rc == 8 && service_rs == 783) {
382 service_rc, service_rs);
H A Dzcrypt_pcixcc.c417 unsigned short service_rc, service_rs; local
421 service_rc = msg->cprbx.ccp_rtcode;
422 if (unlikely(service_rc != 0)) {
424 if (service_rc == 8 && service_rs == 66) {
428 if (service_rc == 8 && service_rs == 65) {
432 if (service_rc == 8 && service_rs == 770) {
437 if (service_rc == 8 && service_rs == 783) {
443 service_rc, service_rs);

Completed in 72 milliseconds