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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_pcicc.c356 unsigned short service_rc, service_rs; local
362 service_rs = le16_to_cpu(msg->cprb.ccp_rscode);
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
423 service_rs = msg->cprbx.ccp_rscode;
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 71 milliseconds