Searched refs:function_code (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/drivers/s390/crypto/ | 
| D | zcrypt_msgtype6.h | 68 	unsigned char function_code[2];	/* for PKD, 0x5044 (ascii 'PD')	*/  member132 		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()
 
 | 
| D | zcrypt_msgtype6.c | 124 	unsigned char function_code[2];  member169 		.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 …]
 
 | 
| D | zcrypt_pcicc.h | 58 	unsigned char function_code[2];	/* for PKD, 0x5044 (ascii 'PD')	*/  member166 	unsigned char function_code[2];  member
 
 | 
| D | zcrypt_pcicc.c | 163 		.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-4.1.27/drivers/s390/char/ | 
| D | sclp.h | 88 	u8	function_code;  member
 | 
| D | sclp_async.c | 144 	sccb->header.function_code = SCLP_NORMAL_WRITE;  in sclp_async_send_wait()
 | 
| D | sclp_early.c | 98 			sccb->header.function_code = 0x80;  in sclp_read_info_early()
 | 
| D | sclp_vt220.c | 277 	sccb->header.function_code = SCLP_NORMAL_WRITE;  in sclp_vt220_initialize_page()
 | 
| D | sclp.c | 489 	sccb->function_code = 0;  in __sclp_make_read_req()
 | 
| /linux-4.1.27/drivers/net/ethernet/freescale/ | 
| D | ucc_geth.c | 2368 	u8 function_code = 0;  in ucc_geth_startup()  local2679 	function_code = UCC_BMR_BO_BE | UCC_BMR_GBL;  in ucc_geth_startup()
 2683 	out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24);  in ucc_geth_startup()
 2887 	out_8(&ugeth->p_rx_glbl_pram->rstate, function_code);  in ucc_geth_startup()
 
 |