Home
last modified time | relevance | path

Searched refs:fcs (Results 1 – 25 of 175) sorted by relevance

1234567

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcs.c42 bfa_trc(fcs, 0); in bfa_fcs_init()
70 bfa_wc_init(&fcs->wc, bfa_fcs_exit_comp, fcs); in bfa_fcs_stop()
71 bfa_wc_up(&fcs->wc); in bfa_fcs_stop()
86 if (!fcs->min_cfg) { in bfa_fcs_pbc_vport_init()
124 bfa_wc_init(&fcs->wc, bfa_fcs_exit_comp, fcs); in bfa_fcs_exit()
126 bfa_trc(fcs, 0); in bfa_fcs_exit()
1067 bfa_trc(fcs, 0); in bfa_fcs_fabric_modstop()
1466 fcs = vf->fcs; in bfa_fcs_vf_get_ports()
1585 fcs->bfa = bfa; in bfa_fcs_attach()
1594 bfa_uf_recv_register(fcs->bfa, bfa_fcs_uf_recv, fcs); in bfa_fcs_attach()
[all …]
H A Dbfa_fcs_rport.c2320 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_alloc() local
2328 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2334 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2342 rport->fcs = fcs; in bfa_fcs_rport_alloc()
2358 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2365 fcs->num_rport_logins++; in bfa_fcs_rport_alloc()
2381 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_free() local
3386 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response()
3388 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response()
3390 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response()
[all …]
H A Dbfa_fcs_lport.c125 bfa_trc(port->fcs, event); in bfa_fcs_lport_sm_uninit()
1045 lport->fcs = fcs; in bfa_fcs_lport_attach()
5641 fcs = port->fcs; in bfa_fcs_lport_get_rport_quals()
5654 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport_quals()
5670 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport_quals()
5694 fcs = port->fcs; in bfa_fcs_lport_get_rport_max_speed()
5741 WARN_ON(fcs == NULL); in bfa_fcs_lookup_port()
5745 bfa_trc(fcs, vf_id); in bfa_fcs_lookup_port()
6662 bfa_trc(fcs, vf_id); in bfa_fcs_vport_lookup()
6663 bfa_trc(fcs, vpwwn); in bfa_fcs_vport_lookup()
[all …]
H A Dbfa_fcs_fcpim.c92 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_offline()
114 bfa_sm_fault(itnim->fcs, event); in bfa_fcs_itnim_sm_offline()
124 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_prli_send()
159 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_prli()
211 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_hal_rport_online()
249 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_prli_retry()
298 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_hcb_online()
336 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_online()
373 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_hcb_offline()
401 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_initiator()
[all …]
H A Dbfa_fcs.h211 struct bfa_fcs_s *fcs; /* FCS instance */ member
271 struct bfa_fcs_s *fcs; /* FCS instance */ member
476 struct bfa_fcs_s *fcs, u16 vf_id,
480 struct bfa_fcs_s *fcs, u16 vf_id,
576 struct bfa_fcs_s *fcs; /* fcs instance */ member
673 struct bfa_fcs_s *fcs; /* fcs instance */ member
885 void bfa_fcs_init(struct bfa_fcs_s *fcs);
886 void bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs);
887 void bfa_fcs_update_cfg(struct bfa_fcs_s *fcs);
890 void bfa_fcs_exit(struct bfa_fcs_s *fcs);
[all …]
/linux-6.15/drivers/usb/serial/
H A Dsafe_serial.c168 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c)) argument
181 for (; len-- > 0; fcs = CRC10_FCS(fcs, *sp++)); in fcs_compute10()
182 return fcs; in fcs_compute10()
191 __u16 fcs; in safe_process_read_urb() local
204 fcs = fcs_compute10(data, length, CRC10_INITFCS); in safe_process_read_urb()
205 if (fcs) { in safe_process_read_urb()
206 dev_err(&port->dev, "%s - bad CRC %x\n", __func__, fcs); in safe_process_read_urb()
230 __u16 fcs; in safe_prepare_write_buffer() local
252 fcs = fcs_compute10(buf, pkt_len, CRC10_INITFCS); in safe_prepare_write_buffer()
253 buf[pkt_len - 2] |= fcs >> 8; in safe_prepare_write_buffer()
[all …]
/linux-6.15/drivers/net/ppp/
H A Dppp_async.c537 fcs = ap->tfcs; in ppp_async_encode()
566 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode()
568 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode()
582 fcs = PPP_FCS(fcs, c); in ppp_async_encode()
592 ap->tfcs = fcs; in ppp_async_encode()
599 fcs = ~fcs; in ppp_async_encode()
600 c = fcs & 0xff; in ppp_async_encode()
778 fcs = PPP_INITFCS; in process_input_packet()
780 fcs = PPP_FCS(fcs, *p++); in process_input_packet()
968 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()
[all …]
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dfcs,fan53555.yaml4 $id: http://devicetree.org/schemas/regulator/fcs,fan53555.yaml#
19 - fcs,fan53555
20 - fcs,fan53526
36 fcs,suspend-voltage-selector:
64 compatible = "fcs,fan53555";
70 fcs,suspend-voltage-selector = <1>;
/linux-6.15/drivers/net/usb/
H A Dzaurus.c60 u32 fcs; in zaurus_tx_fixup() local
62 fcs = crc32_le(~0, skb->data, skb->len); in zaurus_tx_fixup()
63 fcs = ~fcs; in zaurus_tx_fixup()
65 skb_put_u8(skb, fcs & 0xff); in zaurus_tx_fixup()
66 skb_put_u8(skb, (fcs >> 8) & 0xff); in zaurus_tx_fixup()
67 skb_put_u8(skb, (fcs >> 16) & 0xff); in zaurus_tx_fixup()
68 skb_put_u8(skb, (fcs >> 24) & 0xff); in zaurus_tx_fixup()
/linux-6.15/Documentation/devicetree/bindings/extcon/
H A Dfcs,fsa880.yaml4 $id: http://devicetree.org/schemas/extcon/fcs,fsa880.yaml#
21 - fcs,fsa880
22 - fcs,fsa9480
47 compatible = "fcs,fsa880";
/linux-6.15/Documentation/devicetree/bindings/gpio/
H A Dfcs,fxl6408.yaml4 $id: http://devicetree.org/schemas/gpio/fcs,fxl6408.yaml#
15 - fcs,fxl6408
50 compatible = "fcs,fxl6408";
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dfcs,fsa4480.yaml4 $id: http://devicetree.org/schemas/usb/fcs,fsa4480.yaml#
15 - const: fcs,fsa4480
19 - const: fcs,fsa4480
90 compatible = "fcs,fsa4480";
H A Dfcs,fusb302.yaml4 $id: http://devicetree.org/schemas/usb/fcs,fusb302.yaml#
14 const: fcs,fusb302
49 compatible = "fcs,fusb302";
/linux-6.15/include/linux/
H A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
/linux-6.15/arch/x86/include/asm/
H A Duser_32.h50 long fcs; member
62 long fcs; member
H A Duser32.h13 u32 fcs; member
26 int fcs; member
/linux-6.15/arch/x86/kernel/fpu/
H A Dregset.c350 env->fcs = task_pt_regs(tsk)->cs; in __convert_from_fxsr()
359 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in __convert_from_fxsr()
385 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
392 fxsave->fcs = (env->fcs & 0xffff); in convert_to_fxsr()
/linux-6.15/arch/x86/um/
H A Dptrace.c84 membuf_store(&to, fxsave->fcs | ((unsigned long)fxsave->fop << 16)); in fpregs_legacy_get()
116 fxsave->fop = (unsigned short)((from->fcs & 0xffff0000ul) >> 16); in fpregs_legacy_set()
117 fxsave->fcs = (from->fcs & 0xffff); in fpregs_legacy_set()
/linux-6.15/drivers/scsi/megaraid/
H A Dmegaraid_mm.c248 adapno = GETADAP(mimd.ui.fcs.adapno); in mraid_mm_get_adapter()
303 opcode = kmimd.ui.fcs.opcode; in handle_drvrcmd()
304 subopcode = kmimd.ui.fcs.subopcode; in handle_drvrcmd()
374 opcode = mimd.ui.fcs.opcode; in mimd_to_kioc()
375 subopcode = mimd.ui.fcs.subopcode; in mimd_to_kioc()
376 adapno = GETADAP(mimd.ui.fcs.adapno); in mimd_to_kioc()
409 kioc->xferlen = mimd.ui.fcs.length; in mimd_to_kioc()
411 kioc->user_data = mimd.ui.fcs.buffer; in mimd_to_kioc()
820 opcode = kmimd.ui.fcs.opcode; in kioc_to_mimd()
821 subopcode = kmimd.ui.fcs.subopcode; in kioc_to_mimd()
/linux-6.15/drivers/tty/
H A Dn_gsm.c296 u8 fcs; member
492 fcs = gsm_fcs8[fcs ^ *c++]; in gsm_fcs_add_block()
493 return fcs; in gsm_fcs_add_block()
1119 *fcs = 0xFF - *fcs; in __gsm_data_queue()
2905 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
2910 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
2915 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
2932 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
2961 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
3077 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm1_receive()
[all …]
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3566-powkiddy-rgb10max3.dts53 compatible = "fcs,fan53555";
55 fcs,suspend-voltage-selector = <1>;
H A Drk3368-evb-act8846.dts20 fcs,suspend-voltage-selector = <1>;
32 fcs,suspend-voltage-selector = <1>;
/linux-6.15/arch/x86/include/asm/fpu/
H A Dtypes.h19 u32 fcs; /* FPU IP Selector */ member
48 u32 fcs; /* FPU IP Selector */ member
86 u32 fcs; member
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx8mq-nitrogen-som.dtsi100 compatible = "fcs,fan53555";
115 compatible = "fcs,fan53555";
130 compatible = "fcs,fan53555";
/linux-6.15/include/net/caif/
H A Dcfcnfg.h70 bool fcs, int head_room);

1234567