Searched defs:function_code (Results 1 - 5 of 5) sorted by relevance
/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 68 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member in struct:type6_hdr 132 char function_code[2]; member in struct:__anon5000 142 .function_code = {'R', 'L'}, 160 memcpy(msg->function_code, msg->hdr.function_code, 0x02);
|
H A D | zcrypt_pcicc.h | 58 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member in struct:type6_hdr 166 unsigned char function_code[2]; member in struct:function_and_rules_block
|
H A D | zcrypt_msgtype6.c | 124 unsigned char function_code[2]; member in struct:function_and_rules_block 169 .function_code = {'P', 'K'}, 172 .function_code = {'P', 'K'}, 177 .function_code = {'P', 'K'}, 236 .function_code = {'P', 'D'}, 239 .function_code = {'P', 'D'}, 245 .function_code = {'P', 'D'}, 316 char *function_code; local 375 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) > 378 function_code [all...] |
/drivers/s390/char/ |
H A D | sclp.h | 88 u8 function_code; member in struct:sccb_header
|
/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 2368 u8 function_code = 0; local 2679 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; 2683 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); 2887 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code);
|
Completed in 62 milliseconds