Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_msgtype6.h68 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()
160 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6CPRB_msgX()
Dzcrypt_msgtype6.c124 unsigned char function_code[2]; member
169 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX()
172 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX()
177 .function_code = {'P', 'K'}, in ICAMEX_msg_to_type6MEX_msgX()
236 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX()
239 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX()
245 .function_code = {'P', 'D'}, in ICACRT_msg_to_type6CRT_msgX()
316 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local
375 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX()
378 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX()
[all …]
/drivers/s390/char/
Dsclp.h90 u8 function_code; member
Dsclp_async.c144 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_async_send_wait()
Dsclp_early.c92 sccb->header.function_code = 0x80; in sclp_read_info_early()
Dsclp_vt220.c279 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
Dsclp.c489 sccb->function_code = 0; in __sclp_make_read_req()
/drivers/scsi/smartpqi/
Dsmartpqi_init.c3524 if (response->function_code != expected_function_code) in pqi_validate_admin_response()
3546 request->function_code); in pqi_submit_admin_request_synchronous()
3568 request.function_code = in pqi_report_device_capability()
3682 request.function_code = in pqi_delete_operational_queue()
3685 request.function_code = in pqi_delete_operational_queue()
3711 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue()
3758 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
3793 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group()
3829 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CHANGE_IQ_PROPERTY; in pqi_create_queue_group()
3850 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group()
[all …]
Dsmartpqi.h134 u8 function_code; member
192 u8 function_code; member
/drivers/net/ethernet/freescale/
Ducc_geth.c2374 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()