| /linux/drivers/scsi/bfa/ |
| A D | bfa_fcs.c | 42 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 D | bfa_fcs_rport.c | 2320 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 3422 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response() 3424 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response() 3426 bfa_trc(rport->fcs, in bfa_fcs_rpf_rpsc2_response() [all …]
|
| A D | bfa_fcs_lport.c | 1064 lport->fcs = fcs; in bfa_fcs_lport_attach() 5660 fcs = port->fcs; in bfa_fcs_lport_get_rport() 5673 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport() 5689 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport() 5708 fcs = port->fcs; in bfa_fcs_lport_get_rport_quals() 5721 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport_quals() 5737 bfa_trc(fcs, i); in bfa_fcs_lport_get_rport_quals() 5761 fcs = port->fcs; in bfa_fcs_lport_get_rport_max_speed() 5808 WARN_ON(fcs == NULL); in bfa_fcs_lookup_port() 6804 bfa_trc(fcs, vf_id); in bfa_fcs_vport_lookup() [all …]
|
| A D | bfa_fcs_fcpim.c | 92 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 …]
|
| A D | bfa_fcs.h | 211 struct bfa_fcs_s *fcs; /* FCS instance */ member 271 struct bfa_fcs_s *fcs; /* FCS instance */ member 482 struct bfa_fcs_s *fcs, u16 vf_id, 486 struct bfa_fcs_s *fcs, u16 vf_id, 584 struct bfa_fcs_s *fcs; /* fcs instance */ member 685 struct bfa_fcs_s *fcs; /* fcs instance */ member 897 void bfa_fcs_init(struct bfa_fcs_s *fcs); 898 void bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs); 899 void bfa_fcs_update_cfg(struct bfa_fcs_s *fcs); 902 void bfa_fcs_exit(struct bfa_fcs_s *fcs); [all …]
|
| /linux/drivers/usb/serial/ |
| A D | safe_serial.c | 168 #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 D | ppp_async.c | 537 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/Documentation/devicetree/bindings/regulator/ |
| A D | fcs,fan53555.yaml | 4 $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/drivers/net/usb/ |
| A D | zaurus.c | 60 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 D | fcs,fsa880.yaml | 4 $id: http://devicetree.org/schemas/extcon/fcs,fsa880.yaml# 21 - fcs,fsa880 22 - fcs,fsa9480 47 compatible = "fcs,fsa880";
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| A D | fcs,fxl6408.yaml | 4 $id: http://devicetree.org/schemas/gpio/fcs,fxl6408.yaml# 15 - fcs,fxl6408 50 compatible = "fcs,fxl6408";
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | fcs,fsa4480.yaml | 4 $id: http://devicetree.org/schemas/usb/fcs,fsa4480.yaml# 15 - const: fcs,fsa4480 19 - const: fcs,fsa4480 90 compatible = "fcs,fsa4480";
|
| A D | fcs,fusb302.yaml | 4 $id: http://devicetree.org/schemas/usb/fcs,fusb302.yaml# 14 const: fcs,fusb302 49 compatible = "fcs,fusb302";
|
| /linux/include/linux/ |
| A D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
| /linux/arch/x86/include/asm/ |
| A D | user_32.h | 50 long fcs; member 62 long fcs; member
|
| A D | user32.h | 13 u32 fcs; member 26 int fcs; member
|
| /linux/arch/x86/kernel/fpu/ |
| A D | regset.c | 349 env->fcs = task_pt_regs(tsk)->cs; in __convert_from_fxsr() 358 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in __convert_from_fxsr() 384 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr() 391 fxsave->fcs = (env->fcs & 0xffff); in convert_to_fxsr()
|
| /linux/drivers/scsi/megaraid/ |
| A D | megaraid_mm.c | 248 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 D | megaraid_mm.h | 79 } __attribute__ ((packed)) fcs; member
|
| /linux/drivers/tty/ |
| A D | n_gsm.c | 296 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() 2900 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive() 2905 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive() 2910 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive() 2927 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive() 2956 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm0_receive() 3072 gsm->fcs = gsm_fcs_add(gsm->fcs, c); in gsm1_receive() [all …]
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3566-powkiddy-rgb10max3.dts | 53 compatible = "fcs,fan53555"; 55 fcs,suspend-voltage-selector = <1>;
|
| A D | rk3368-evb-act8846.dts | 20 fcs,suspend-voltage-selector = <1>; 32 fcs,suspend-voltage-selector = <1>;
|
| /linux/arch/x86/include/asm/fpu/ |
| A D | types.h | 19 u32 fcs; /* FPU IP Selector */ member 48 u32 fcs; /* FPU IP Selector */ member 86 u32 fcs; member
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8mq-nitrogen-som.dtsi | 100 compatible = "fcs,fan53555"; 115 compatible = "fcs,fan53555"; 130 compatible = "fcs,fan53555";
|
| /linux/include/net/caif/ |
| A D | cfcnfg.h | 70 bool fcs, int head_room);
|