Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/i4l/
Disdn_bsdcomp.c110 u32 fcode; member
463 unsigned long fcode; in bsd_compress() local
514 fcode = BSD_KEY(ent, c); in bsd_compress()
522 if (dictp->fcode == fcode) { in bsd_compress()
537 } while (dictp->fcode != fcode); in bsd_compress()
570 dictp->fcode = fcode; in bsd_compress()
808 u32 fcode = dictp->fcode; in bsd_decompress() local
809 *--p = (fcode >> 16) & 0xff; in bsd_decompress()
810 finchar = fcode & 0xffff; in bsd_decompress()
833 unsigned long fcode; in bsd_decompress() local
[all …]
/Linux-v4.19/drivers/net/ppp/
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()
/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_msgtype50.c161 unsigned int get_rsa_modex_fc(struct ica_rsa_modexpo *mex, int *fcode) in get_rsa_modex_fc() argument
168 *fcode = MEX_1K; in get_rsa_modex_fc()
170 *fcode = MEX_2K; in get_rsa_modex_fc()
172 *fcode = MEX_4K; in get_rsa_modex_fc()
177 unsigned int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fcode) in get_rsa_crt_fc() argument
184 *fcode = CRT_1K; in get_rsa_crt_fc()
186 *fcode = CRT_2K; in get_rsa_crt_fc()
188 *fcode = CRT_4K; in get_rsa_crt_fc()
Dzcrypt_msgtype6.c396 unsigned int *fcode, in XCRB_msg_to_type6CPRB_msgX() argument
481 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in XCRB_msg_to_type6CPRB_msgX()
501 unsigned int *fcode) in xcrb_msg_to_type6_ep11cprb_msgx() argument
571 *fcode = payload_hdr->func_val & 0xFFFF; in xcrb_msg_to_type6_ep11cprb_msgx()
/Linux-v4.19/drivers/scsi/
Dqlogicpti.c1300 const char *fcode; in qpti_sbus_probe() local
1353 fcode = of_get_property(dp, "isp-fcode", NULL); in qpti_sbus_probe()
1354 if (fcode && fcode[0]) in qpti_sbus_probe()
1355 printk("(FCode %s)", fcode); in qpti_sbus_probe()