Searched refs:function_code (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/drivers/s390/crypto/ |
D | zcrypt_pcixcc.c | 139 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msgX() 142 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msgX() 147 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msgX() 206 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msgX() 209 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msgX() 215 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msgX() 286 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local 315 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX() 318 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX() 319 memcpy(msg->hdr.function_code, function_code, sizeof(msg->hdr.function_code)); in XCRB_msg_to_type6CPRB_msgX() [all …]
|
D | zcrypt_pcicc.h | 60 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 168 unsigned char function_code[2]; member
|
D | zcrypt_pcicc.c | 165 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msg() 168 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msg() 210 msg->hdr.function_code[1] = 'D'; in ICAMEX_msg_to_type6MEX_msg() 211 msg->fr.function_code[1] = 'D'; in ICAMEX_msg_to_type6MEX_msg() 252 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msg() 255 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msg()
|
/linux-3.3/drivers/s390/char/ |
D | sclp.h | 86 u8 function_code; member
|
D | sclp_async.c | 143 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_async_send_wait()
|
D | sclp_vt220.c | 283 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
D | sclp_cmd.c | 87 sccb->header.function_code = 0x80; in sclp_read_info_early()
|
D | sclp.c | 373 sccb->function_code = 0; in __sclp_make_read_req()
|
/linux-3.3/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 2229 u8 function_code = 0; in ucc_geth_startup() local 2687 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2691 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2905 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|