Searched refs:function_code (Results 1 – 10 of 10) sorted by relevance
| /drivers/s390/crypto/ |
| A D | zcrypt_msgtype6.h | 46 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()
|
| A D | zcrypt_msgtype6.c | 44 unsigned char function_code[2]; member 194 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx() 197 .function_code = {'P', 'K'}, in icamex_msg_to_type6mex_msgx() 263 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx() 266 .function_code = {'P', 'D'}, in icacrt_msg_to_type6crt_msgx() 349 char *function_code; in xcrb_msg_to_type6cprb_msgx() local 412 memcpy(msg->hdr.function_code, function_code, in xcrb_msg_to_type6cprb_msgx() 413 sizeof(msg->hdr.function_code)); in xcrb_msg_to_type6cprb_msgx() 415 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in xcrb_msg_to_type6cprb_msgx() 457 .function_code = {0x00, 0x00}, in xcrb_msg_to_type6_ep11cprb_msgx() [all …]
|
| /drivers/scsi/smartpqi/ |
| A D | smartpqi.h | 159 u8 function_code; member 217 u8 function_code; member 496 __le16 function_code; member 515 __le16 function_code; member
|
| A D | smartpqi_init.c | 4712 if (response->function_code != expected_function_code) in pqi_validate_admin_response() 4755 request.function_code = in pqi_report_device_capability() 4874 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_event_queue() 4920 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 4955 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_IQ; in pqi_create_queue_group() 5012 request.function_code = PQI_GENERAL_ADMIN_FUNCTION_CREATE_OQ; in pqi_create_queue_group() 7838 &request.function_code); in pqi_config_table_update() 9068 u16 function_code) in pqi_host_memory_update() argument 9078 put_unaligned_le16(function_code, &request.function_code); in pqi_host_memory_update() 10808 function_code) != 10); in pqi_verify_structures() [all …]
|
| /drivers/s390/char/ |
| A D | sclp_early_core.c | 289 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
| A D | sclp_cmd.c | 262 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
| A D | sclp_vt220.c | 274 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
| A D | sclp.c | 601 sccb->function_code = 0; in __sclp_make_read_req()
|
| /drivers/net/ethernet/freescale/ |
| A D | ucc_geth.c | 2170 u8 function_code = 0; in ucc_geth_startup() local 2430 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2434 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2618 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|
| /drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_cnfg.h | 281 u8 function_code; member 1181 u8 function_code; member
|
Completed in 685 milliseconds