Home
last modified time | relevance | path

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

/openbmc/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.c49 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
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()
420 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in xcrb_msg_to_type6cprb_msgx()
463 .function_code = {0x00, 0x00}, in xcrb_msg_to_type6_ep11cprb_msgx()
[all …]
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.c94 sccb->h.function_code = SCLP_FC_NORMAL_WRITE; in write()
132 sccb->h.function_code = SCLP_UNCONDITIONAL_READ; in sclp_read()
H A Dsclp.h47 uint8_t function_code; member
/openbmc/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.c491 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, in SYSCALL_DEFINE4() argument
500 if (function_code != STHYI_FC_CP_IFL_CAP) in SYSCALL_DEFINE4()
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h94 uint8_t function_code; member
/openbmc/qemu/hw/s390x/
H A Devent-facility.c183 if (sccb->h.function_code != SCLP_FC_NORMAL_WRITE) { in write_event_data()
265 switch (sccb->h.function_code) { in read_event_data()
/openbmc/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.c4667 if (response->function_code != expected_function_code) in pqi_validate_admin_response()
4688 rc = pqi_validate_admin_response(response, request->function_code); in pqi_submit_admin_request_synchronous()
4710 request.function_code = in pqi_report_device_capability()
4829 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue()
4875 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
4910 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
4967 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group()
7753 &request.function_code); in pqi_config_table_update()
8941 &request.function_code); in pqi_ofa_host_memory_update()
10441 function_code) != 10); in pqi_verify_structures()
[all …]
/openbmc/linux/drivers/s390/char/
H A Dsclp.h89 u8 function_code; member
H A Dsclp_early_core.c287 sccb->header.function_code = 0x80; in sclp_early_read_info()
H A Dsclp_cmd.c257 sccb->header.function_code = 0x40; in sclp_attach_storage()
H A Dsclp_vt220.c274 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
H A Dsclp.c601 sccb->function_code = 0; in __sclp_make_read_req()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c2273 u8 function_code = 0; in ucc_geth_startup() local
2533 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup()
2537 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup()
2721 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
/openbmc/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h272 u8 function_code; member
1167 u8 function_code; member