Searched refs:function_code (Results 1 – 12 of 12) sorted by relevance
/drivers/s390/crypto/ |
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()
|
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 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 …]
|
D | zcrypt_cex2c.c | 194 char function_code[2]; in zcrypt_cex2c_rng_supported() member
|
/drivers/scsi/smartpqi/ |
D | smartpqi.h | 148 u8 function_code; member 206 u8 function_code; member 483 __le16 function_code; member 502 __le16 function_code; member
|
D | smartpqi_init.c | 4418 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/ |
D | sclp.h | 88 u8 function_code; member
|
D | sclp_early_core.c | 263 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
D | sclp_cmd.c | 258 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
D | sclp_vt220.c | 275 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
D | sclp.c | 606 sccb->function_code = 0; in __sclp_make_read_req()
|
/drivers/net/ethernet/freescale/ |
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()
|
/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_cnfg.h | 238 u8 function_code; member
|