Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/crypto/
Dzcrypt_pcixcc.c137 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msgX()
140 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msgX()
145 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msgX()
204 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msgX()
207 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msgX()
213 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msgX()
284 char *function_code; in XCRB_msg_to_type6CPRB_msgX() local
313 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > in XCRB_msg_to_type6CPRB_msgX()
316 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len; in XCRB_msg_to_type6CPRB_msgX()
317 memcpy(msg->hdr.function_code, function_code, sizeof(msg->hdr.function_code)); in XCRB_msg_to_type6CPRB_msgX()
[all …]
Dzcrypt_pcicc.h60 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member
168 unsigned char function_code[2]; member
Dzcrypt_pcicc.c163 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msg()
166 .function_code = {'P','K'}, in ICAMEX_msg_to_type6MEX_msg()
208 msg->hdr.function_code[1] = 'D'; in ICAMEX_msg_to_type6MEX_msg()
209 msg->fr.function_code[1] = 'D'; in ICAMEX_msg_to_type6MEX_msg()
250 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msg()
253 .function_code = {'P','D'}, in ICACRT_msg_to_type6CRT_msg()
/linux-3.4.99/drivers/s390/char/
Dsclp.h86 u8 function_code; member
Dsclp_async.c143 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_async_send_wait()
Dsclp_vt220.c283 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
Dsclp_cmd.c88 sccb->header.function_code = 0x80; in sclp_read_info_early()
Dsclp.c373 sccb->function_code = 0; in __sclp_make_read_req()
/linux-3.4.99/drivers/net/ethernet/freescale/
Ducc_geth.c2419 u8 function_code = 0; in ucc_geth_startup() local
2747 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup()
2751 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup()
2965 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()