Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_msgtype6.h46 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()
Dzcrypt_msgtype6.c105 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
465 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX()
468 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX()
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()
[all …]
Dzcrypt_cex2c.c194 char function_code[2]; in zcrypt_cex2c_rng_supported() member
/drivers/scsi/smartpqi/
Dsmartpqi.h148 u8 function_code; member
206 u8 function_code; member
483 __le16 function_code; member
502 __le16 function_code; member
Dsmartpqi_init.c4418 if (response->function_code != expected_function_code) in pqi_validate_admin_response()
4439 rc = pqi_validate_admin_response(response, request->function_code); in pqi_submit_admin_request_synchronous()
4461 request.function_code = in pqi_report_device_capability()
4580 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue()
4626 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
4661 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
4697 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group()
4718 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group()
7238 &request.function_code); in pqi_config_table_update()
8402 &request.function_code); in pqi_ofa_host_memory_update()
[all …]
/drivers/s390/char/
Dsclp.h88 u8 function_code; member
Dsclp_early_core.c263 sccb->header.function_code = 0x80; in sclp_early_read_info()
Dsclp_cmd.c258 sccb->header.function_code = 0x40; in sclp_attach_storage()
Dsclp_vt220.c275 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
Dsclp.c606 sccb->function_code = 0; in __sclp_make_read_req()
/drivers/net/ethernet/freescale/
Ducc_geth.c2272 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()
/drivers/scsi/mpi3mr/mpi/
Dmpi30_cnfg.h238 u8 function_code; member