Home
last modified time | relevance | path

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

/linux-3.3/drivers/s390/crypto/
Dzcrypt_pcixcc.c139 .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 …]
Dzcrypt_pcicc.h60 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member
168 unsigned char function_code[2]; member
Dzcrypt_pcicc.c165 .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/
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.c87 sccb->header.function_code = 0x80; in sclp_read_info_early()
Dsclp.c373 sccb->function_code = 0; in __sclp_make_read_req()
/linux-3.3/drivers/net/ethernet/freescale/
Ducc_geth.c2229 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()