Home
last modified time | relevance | path

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

1234

/linux/drivers/scsi/bfa/
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 …]
A Dbfa_fcs_rport.c2304 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_alloc() local
2312 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2318 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2326 rport->fcs = fcs; in bfa_fcs_rport_alloc()
2342 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2349 fcs->num_rport_logins++; in bfa_fcs_rport_alloc()
2365 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_free() local
3420 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response()
3422 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response()
3424 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response()
[all …]
A Dbfa_fcs_lport.c1077 lport->fcs = fcs; in bfa_fcs_lport_attach()
5731 fcs = port->fcs; in bfa_fcs_lport_get_rport()
5744 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport()
5760 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport()
5779 fcs = port->fcs; in bfa_fcs_lport_get_rport_quals()
5792 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport_quals()
5808 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport_quals()
5832 fcs = port->fcs; in bfa_fcs_lport_get_rport_max_speed()
5879 WARN_ON(fcs == NULL); in bfa_fcs_lookup_port()
6880 bfa_trc(fcs, vf_id); in bfa_fcs_vport_lookup()
[all …]
A Dbfa_fcs_fcpim.c75 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_offline()
97 bfa_sm_fault(itnim->fcs, event); in bfa_fcs_itnim_sm_offline()
107 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_prli_send()
142 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_prli()
194 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_hal_rport_online()
232 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_prli_retry()
281 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_hcb_online()
319 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_online()
356 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_hcb_offline()
384 bfa_trc(itnim->fcs, event); in bfa_fcs_itnim_sm_initiator()
[all …]
A Dbfa_fcs.h145 struct bfa_fcs_s *fcs; /* FCS instance */ member
178 struct bfa_fcs_s *fcs; /* FCS instance */ member
365 struct bfa_fcs_s *fcs, u16 vf_id,
369 struct bfa_fcs_s *fcs, u16 vf_id,
420 struct bfa_fcs_s *fcs; /* fcs instance */ member
499 struct bfa_fcs_s *fcs; /* fcs instance */ member
783 void bfa_fcs_init(struct bfa_fcs_s *fcs);
784 void bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs);
785 void bfa_fcs_update_cfg(struct bfa_fcs_s *fcs);
788 void bfa_fcs_exit(struct bfa_fcs_s *fcs);
[all …]
/linux/drivers/usb/serial/
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/drivers/net/ppp/
A Dppp_async.c542 fcs = ap->tfcs; in ppp_async_encode()
571 fcs = PPP_FCS(fcs, 0xff); in ppp_async_encode()
573 fcs = PPP_FCS(fcs, 0x03); in ppp_async_encode()
587 fcs = PPP_FCS(fcs, c); in ppp_async_encode()
597 ap->tfcs = fcs; in ppp_async_encode()
604 fcs = ~fcs; in ppp_async_encode()
605 c = fcs & 0xff; in ppp_async_encode()
783 fcs = PPP_INITFCS; in process_input_packet()
785 fcs = PPP_FCS(fcs, *p++); in process_input_packet()
974 fcs = PPP_FCS(fcs, data[i]); in async_lcp_peek()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
A Dfan53555.txt4 - compatible: one of "fcs,fan53555", "fcs,fan53526", "silergy,syr827",
9 - fcs,suspend-voltage-selector: declare which of the two available
18 compatible = "fcs,fan53555";
23 fcs,suspend-voltage-selector = <1>;
/linux/drivers/net/usb/
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/Documentation/devicetree/bindings/extcon/
A Dfcs,fsa880.yaml4 $id: http://devicetree.org/schemas/extcon/fcs,fsa880.yaml#
21 - fcs,fsa880
22 - fcs,fsa9480
47 compatible = "fcs,fsa880";
/linux/drivers/tty/
A Dn_gsm.c221 u8 fcs; member
399 fcs = gsm_fcs8[fcs ^ *c++]; in gsm_fcs_add_block()
400 return fcs; in gsm_fcs_add_block()
752 *fcs = gsm_fcs_add_block(*fcs, msg->data, msg->len); in __gsm_data_queue()
753 *fcs = 0xFF - *fcs; in __gsm_data_queue()
1934 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
1939 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
1944 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
1961 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive()
2049 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm1_receive()
[all …]
/linux/arch/x86/kernel/fpu/
A Dregset.c269 env->fcs = task_pt_regs(tsk)->cs; in __convert_from_fxsr()
278 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in __convert_from_fxsr()
304 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
311 fxsave->fcs = (env->fcs & 0xffff); in convert_to_fxsr()
/linux/include/linux/
A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
/linux/drivers/scsi/megaraid/
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()
A Dmegaraid_mm.h79 } __attribute__ ((packed)) fcs; member
/linux/arch/x86/include/asm/
A Duser_32.h50 long fcs; member
62 long fcs; member
A Duser32.h13 u32 fcs; member
26 int fcs; member
/linux/Documentation/devicetree/bindings/usb/
A Dfcs,fusb302.txt4 - compatible : "fcs,fusb302"
18 compatible = "fcs,fusb302";
/linux/arch/x86/include/asm/fpu/
A Dtypes.h17 u32 fcs; /* FPU IP Selector */ member
46 u32 fcs; /* FPU IP Selector */ member
84 u32 fcs; member
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mq-nitrogen-som.dtsi97 compatible = "fcs,fan53555";
112 compatible = "fcs,fan53555";
127 compatible = "fcs,fan53555";
/linux/drivers/net/vmxnet3/
A Dvmxnet3_defs.h274 u32 fcs:1; /* Frame CRC correct */ member
292 u32 fcs:1; /* Frame CRC correct */ member
307 u32 fcs:1; /* Frame CRC correct */ member
325 u32 fcs:1; /* Frame CRC correct */ member
/linux/arch/arm64/boot/dts/rockchip/
A Drk3368-evb-act8846.dts20 fcs,suspend-voltage-selector = <1>;
32 fcs,suspend-voltage-selector = <1>;
A Drk3399-puma.dtsi311 compatible = "fcs,fan53555";
313 fcs,suspend-voltage-selector = <1>;
345 compatible = "fcs,fan53555";
352 fcs,suspend-voltage-selector = <1>;
/linux/include/net/caif/
A Dcfcnfg.h70 bool fcs, int head_room);
/linux/arch/arm/boot/dts/
A Drk3288-evb-act8846.dts36 fcs,suspend-voltage-selector = <1>;
48 fcs,suspend-voltage-selector = <1>;

Completed in 70 milliseconds

1234