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

/linux-master/drivers/net/ppp/
H A Dbsd_comp.c117 unsigned long fcode; member in union:bsd_dict::__anon46
573 unsigned long fcode; local
657 fcode = BSD_KEY (ent, c);
667 if (dictp->f.fcode == fcode)
689 while (dictp->f.fcode != fcode);
726 dictp->f.fcode = fcode;
1055 unsigned long fcode; local
[all...]
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c156 int get_rsa_modex_fc(struct ica_rsa_modexpo *mex, int *fcode) argument
162 *fcode = MEX_1K;
164 *fcode = MEX_2K;
166 *fcode = MEX_4K;
171 int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fcode) argument
177 *fcode = CRT_1K;
179 *fcode = CRT_2K;
181 *fcode = CRT_4K;
H A Dzcrypt_msgtype6.c336 unsigned int *fcode,
420 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1];
456 unsigned int *fcode,
527 *fcode = payload_hdr->func_val & 0xFFFF;
334 xcrb_msg_to_type6cprb_msgx(bool userspace, struct ap_message *ap_msg, struct ica_xcRB *xcrb, unsigned int *fcode, unsigned short **dom) argument
454 xcrb_msg_to_type6_ep11cprb_msgx(bool userspace, struct ap_message *ap_msg, struct ep11_urb *xcrb, unsigned int *fcode, unsigned int *domain) argument
/linux-master/drivers/scsi/
H A Dqlogicpti.c1310 const char *fcode; local
1362 fcode = of_get_property(dp, "isp-fcode", NULL);
1363 if (fcode && fcode[0])
1364 printk("(FCode %s)", fcode);

Completed in 110 milliseconds