Searched refs:function_code (Results 1 – 12 of 12) sorted by relevance
| /drivers/s390/crypto/ |
| D | zcrypt_msgtype6.h | 68 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 145 char function_code[2]; in rng_type6CPRB_msgX() member 155 .function_code = {'R', 'L'}, in rng_type6CPRB_msgX() 172 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6CPRB_msgX()
|
| D | zcrypt_msgtype6.c | 121 unsigned char function_code[2]; member 272 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 275 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 333 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 336 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 408 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local 467 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX() 470 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX() 471 memcpy(msg->hdr.function_code, function_code, in XCRB_msg_to_type6CPRB_msgX() 472 sizeof(msg->hdr.function_code)); in XCRB_msg_to_type6CPRB_msgX() [all …]
|
| D | zcrypt_pcixcc.c | 115 char function_code[2]; in zcrypt_pcixcc_rng_supported() member
|
| /drivers/s390/char/ |
| D | sclp_async.c | 144 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_async_send_wait()
|
| D | sclp.h | 92 u8 function_code; member
|
| D | sclp_early.c | 74 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
| D | sclp_vt220.c | 280 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
| D | sclp_cmd.c | 256 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
| D | sclp.c | 458 sccb->function_code = 0; in __sclp_make_read_req()
|
| /drivers/scsi/smartpqi/ |
| D | smartpqi.h | 142 u8 function_code; member 200 u8 function_code; member
|
| D | smartpqi_init.c | 3766 if (response->function_code != expected_function_code) in pqi_validate_admin_response() 3788 request->function_code); in pqi_submit_admin_request_synchronous() 3810 request.function_code = in pqi_report_device_capability() 3924 request.function_code = in pqi_delete_operational_queue() 3927 request.function_code = in pqi_delete_operational_queue() 3953 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue() 3999 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4034 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4070 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group() 4091 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group() [all …]
|
| /drivers/net/ethernet/freescale/ |
| D | ucc_geth.c | 2376 u8 function_code = 0; in ucc_geth_startup() local 2686 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2690 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2893 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|