Searched refs:function_code (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 46 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 126 char function_code[2]; in rng_type6cprb_msgx() member 136 .function_code = {'R', 'L'}, in rng_type6cprb_msgx() 153 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6cprb_msgx()
|
H A D | zcrypt_msgtype6.c | 49 unsigned char function_code[2]; member 199 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx() 202 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx() 268 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx() 271 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx() 354 char *function_code; in xcrb_msg_to_type6cprb_msgx() local 413 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in xcrb_msg_to_type6cprb_msgx() 416 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in xcrb_msg_to_type6cprb_msgx() 417 memcpy(msg->hdr.function_code, function_code, in xcrb_msg_to_type6cprb_msgx() 418 sizeof(msg->hdr.function_code)); in xcrb_msg_to_type6cprb_msgx() [all …]
|
/linux/arch/s390/kernel/ |
H A D | entry.h | 58 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
|
/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi.h | 159 u8 function_code; member 217 u8 function_code; member 496 __le16 function_code; member 515 __le16 function_code; member
|
H A D | smartpqi_init.c | 97 …trl_info *ctrl_info, struct pqi_host_memory_descriptor *host_memory_descriptor, u16 function_code); 4697 if (response->function_code != expected_function_code) in pqi_validate_admin_response() 4718 rc = pqi_validate_admin_response(response, request->function_code); in pqi_submit_admin_request_synchronous() 4740 request.function_code = in pqi_report_device_capability() 4859 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue() 4905 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4940 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4976 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group() 4997 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group() 7823 &request.function_code); in pqi_config_table_update() [all …]
|
/linux/drivers/s390/char/ |
H A D | sclp_early_core.c | 288 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
H A D | sclp_cmd.c | 262 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
H A D | sclp_vt220.c | 274 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
H A D | sclp.c | 601 sccb->function_code = 0; in __sclp_make_read_req()
|
/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 277 u8 function_code; member 1177 u8 function_code; member
|