Searched refs:function_code (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/s390/crypto/ |
D | zcrypt_msgtype6.h | 55 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 132 char function_code[2]; in rng_type6CPRB_msgX() member 142 .function_code = {'R', 'L'}, in rng_type6CPRB_msgX() 159 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6CPRB_msgX()
|
D | zcrypt_msgtype6.c | 108 unsigned char function_code[2]; member 259 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 262 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX() 328 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 331 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX() 411 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local 474 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX() 477 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX() 478 memcpy(msg->hdr.function_code, function_code, in XCRB_msg_to_type6CPRB_msgX() 479 sizeof(msg->hdr.function_code)); in XCRB_msg_to_type6CPRB_msgX() [all …]
|
D | zcrypt_pcixcc.c | 102 char function_code[2]; in zcrypt_pcixcc_rng_supported() member
|
/Linux-v4.19/arch/s390/kernel/ |
D | entry.h | 82 long sys_s390_sthyi(unsigned long function_code, void __user *buffer, u64 __user *return_code, unsi…
|
D | sthyi.c | 488 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, in SYSCALL_DEFINE4() argument 497 if (function_code != STHYI_FC_CP_IFL_CAP) in SYSCALL_DEFINE4()
|
/Linux-v4.19/drivers/s390/char/ |
D | sclp_async.c | 121 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_async_send_wait()
|
D | sclp.h | 94 u8 function_code; member
|
D | sclp_early.c | 74 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
D | sclp_cmd.c | 256 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
D | sclp_vt220.c | 280 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
D | sclp.c | 466 sccb->function_code = 0; in __sclp_make_read_req()
|
/Linux-v4.19/drivers/scsi/smartpqi/ |
D | smartpqi.h | 142 u8 function_code; member 200 u8 function_code; member
|
D | smartpqi_init.c | 3773 if (response->function_code != expected_function_code) in pqi_validate_admin_response() 3795 request->function_code); in pqi_submit_admin_request_synchronous() 3817 request.function_code = in pqi_report_device_capability() 3937 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue() 3983 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4018 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4054 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group() 4075 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group() 7231 function_code) != 10); in verify_structures() 7287 function_code) != 10); in verify_structures()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 2374 u8 function_code = 0; in ucc_geth_startup() local 2684 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2688 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2891 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|