Home
last modified time | relevance | path

Searched refs:fcode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ppp/
H A Dbsd_comp.c117 unsigned long fcode; member
573 unsigned long fcode; in bsd_compress() local
657 fcode = BSD_KEY (ent, c); in bsd_compress()
667 if (dictp->f.fcode == fcode) in bsd_compress()
689 while (dictp->f.fcode != fcode); in bsd_compress()
726 dictp->f.fcode = fcode; in bsd_compress()
1055 unsigned long fcode; in bsd_decompress() local
1058 fcode = BSD_KEY(oldcode,finchar); in bsd_decompress()
1094 dictp->f.fcode = fcode; in bsd_decompress()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c156 int get_rsa_modex_fc(struct ica_rsa_modexpo *mex, int *fcode) in get_rsa_modex_fc() argument
162 *fcode = MEX_1K; in get_rsa_modex_fc()
164 *fcode = MEX_2K; in get_rsa_modex_fc()
166 *fcode = MEX_4K; in get_rsa_modex_fc()
171 int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fcode) in get_rsa_crt_fc() argument
177 *fcode = CRT_1K; in get_rsa_crt_fc()
179 *fcode = CRT_2K; in get_rsa_crt_fc()
181 *fcode = CRT_4K; in get_rsa_crt_fc()
H A Dzcrypt_msgtype6.c336 unsigned int *fcode, in xcrb_msg_to_type6cprb_msgx() argument
420 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in xcrb_msg_to_type6cprb_msgx()
456 unsigned int *fcode, in xcrb_msg_to_type6_ep11cprb_msgx() argument
527 *fcode = payload_hdr->func_val & 0xFFFF; in xcrb_msg_to_type6_ep11cprb_msgx()
/openbmc/linux/drivers/scsi/
H A Dqlogicpti.c1310 const char *fcode; in qpti_sbus_probe() local
1362 fcode = of_get_property(dp, "isp-fcode", NULL); in qpti_sbus_probe()
1363 if (fcode && fcode[0]) in qpti_sbus_probe()
1364 printk("(FCode %s)", fcode); in qpti_sbus_probe()