Home
last modified time | relevance | path

Searched refs:function_code (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.h46 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 Dzcrypt_msgtype6.c43 unsigned char function_code[2]; member
193 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx()
196 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx()
262 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx()
265 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx()
348 char *function_code; in xcrb_msg_to_type6cprb_msgx() local
407 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in xcrb_msg_to_type6cprb_msgx()
410 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in xcrb_msg_to_type6cprb_msgx()
411 memcpy(msg->hdr.function_code, function_code, in xcrb_msg_to_type6cprb_msgx()
412 sizeof(msg->hdr.function_code)); in xcrb_msg_to_type6cprb_msgx()
[all …]
/linux/arch/s390/kernel/
H A Dentry.h57 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
H A Dsthyi.c530 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, in SYSCALL_DEFINE4() argument
539 if (function_code != STHYI_FC_CP_IFL_CAP) in SYSCALL_DEFINE4()
/linux/arch/s390/include/asm/
H A Dsclp.h123 u8 function_code; member
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h159 u8 function_code; member
217 u8 function_code; member
496 __le16 function_code; member
515 __le16 function_code; member
H A Dsmartpqi_init.c99 …trl_info *ctrl_info, struct pqi_host_memory_descriptor *host_memory_descriptor, u16 function_code);
4718 if (response->function_code != expected_function_code) in pqi_validate_admin_response()
4739 rc = pqi_validate_admin_response(response, request->function_code); in pqi_submit_admin_request_synchronous()
4761 request.function_code = in pqi_report_device_capability()
4880 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue()
4926 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
4961 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
4997 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group()
5018 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group()
7879 &request.function_code); in pqi_config_table_update()
[all …]
/linux/drivers/s390/char/
H A Dsclp_early_core.c289 sccb->header.function_code = 0x80; in sclp_early_read_info()
H A Dsclp_vt220.c274 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
H A Dsclp_mem.c137 sccb->header.function_code = 0x40; in sclp_attach_storage()
H A Dsclp.c608 sccb->function_code = 0; in __sclp_make_read_req()
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c2172 u8 function_code = 0; in ucc_geth_startup() local
2432 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup()
2436 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup()
2620 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h281 u8 function_code; member
1186 u8 function_code; member