Searched refs:function_code (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/s390/crypto/ |
A D | zcrypt_msgtype6.h | 46 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 123 char function_code[2]; in rng_type6CPRB_msgX() member 133 .function_code = {'R', 'L'}, in rng_type6CPRB_msgX() 150 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6CPRB_msgX()
|
A D | zcrypt_msgtype6.c | 105 unsigned char function_code[2]; member 256 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 259 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 325 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 328 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 408 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local 469 memcpy(msg->hdr.function_code, function_code, in XCRB_msg_to_type6CPRB_msgX() 470 sizeof(msg->hdr.function_code)); in XCRB_msg_to_type6CPRB_msgX() 472 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in XCRB_msg_to_type6CPRB_msgX() 501 .function_code = {0x00, 0x00}, in xcrb_msg_to_type6_ep11cprb_msgx() [all …]
|
A D | zcrypt_cex2c.c | 194 char function_code[2]; in zcrypt_cex2c_rng_supported() member
|
/linux/arch/s390/kernel/ |
A D | entry.h | 56 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
|
A D | sthyi.c | 489 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, in SYSCALL_DEFINE4() argument 498 if (function_code != STHYI_FC_CP_IFL_CAP) in SYSCALL_DEFINE4()
|
/linux/drivers/scsi/smartpqi/ |
A D | smartpqi.h | 165 u8 function_code; member 223 u8 function_code; member 500 __le16 function_code; member 519 __le16 function_code; member
|
A D | smartpqi_init.c | 4586 if (response->function_code != expected_function_code) in pqi_validate_admin_response() 4607 rc = pqi_validate_admin_response(response, request->function_code); in pqi_submit_admin_request_synchronous() 4629 request.function_code = in pqi_report_device_capability() 4748 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue() 4794 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4829 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4886 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group() 7424 &request.function_code); in pqi_config_table_update() 8585 &request.function_code); in pqi_ofa_host_memory_update() 9647 function_code) != 10); in verify_structures() [all …]
|
/linux/drivers/s390/char/ |
A D | sclp.h | 88 u8 function_code; member
|
A D | sclp_early_core.c | 263 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
A D | sclp_cmd.c | 258 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
A D | sclp_vt220.c | 275 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
A D | sclp.c | 606 sccb->function_code = 0; in __sclp_make_read_req()
|
/linux/drivers/net/ethernet/freescale/ |
A D | ucc_geth.c | 2272 u8 function_code = 0; in ucc_geth_startup() local 2532 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2536 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2720 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|
/linux/drivers/scsi/mpi3mr/mpi/ |
A D | mpi30_cnfg.h | 238 u8 function_code; member
|
Completed in 73 milliseconds