Searched refs:fcs (Results 1 - 25 of 56) sorted by relevance

123

/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs.c29 struct bfa_fcs_s *fcs = fcs_cbarg; local
30 struct bfad_s *bfad = fcs->bfad;
36 * fcs initialization, called once after bfa initialization is complete
39 bfa_fcs_init(struct bfa_fcs_s *fcs) argument
41 bfa_sm_send_event(&fcs->fabric, BFA_FCS_FABRIC_SM_CREATE);
42 bfa_trc(fcs, 0);
54 bfa_fcs_update_cfg(struct bfa_fcs_s *fcs) argument
56 struct bfa_fcs_fabric_s *fabric = &fcs->fabric;
58 struct bfa_ioc_s *ioc = &fabric->fcs->bfa->ioc;
68 bfa_fcs_stop(struct bfa_fcs_s *fcs) argument
80 bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs) argument
104 bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs, struct bfa_fcs_driver_info_s *driver_info) argument
122 bfa_fcs_exit(struct bfa_fcs_s *fcs) argument
1063 bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs) argument
1076 bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs) argument
1437 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) argument
1461 struct bfa_fcs_s *fcs; local
1491 struct bfa_fcs_s *fcs = cbarg; local
1524 struct bfa_fcs_s *fcs = (struct bfa_fcs_s *) cbarg; local
1580 bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, bfa_boolean_t min_cfg) argument
[all...]
H A Dbfa_fcs_rport.c189 bfa_trc(rport->fcs, rport->pwwn);
190 bfa_trc(rport->fcs, rport->pid);
191 bfa_trc(rport->fcs, event);
217 bfa_sm_fault(rport->fcs, event);
228 bfa_trc(rport->fcs, rport->pwwn);
229 bfa_trc(rport->fcs, rport->pid);
230 bfa_trc(rport->fcs, event);
239 bfa_fcxp_walloc_cancel(rport->fcs->bfa, &rport->fcxp_wqe);
245 bfa_fcxp_walloc_cancel(rport->fcs->bfa, &rport->fcxp_wqe);
251 bfa_fcxp_walloc_cancel(rport->fcs
2320 struct bfa_fcs_s *fcs = port->fcs; local
2381 struct bfa_fcs_s *fcs = port->fcs; local
2804 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; local
2831 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; local
[all...]
H A Dbfa_fcs_fcpim.c91 bfa_trc(itnim->fcs, itnim->rport->pwwn);
92 bfa_trc(itnim->fcs, event);
114 bfa_sm_fault(itnim->fcs, event);
123 bfa_trc(itnim->fcs, itnim->rport->pwwn);
124 bfa_trc(itnim->fcs, event);
133 bfa_fcxp_walloc_cancel(itnim->fcs->bfa, &itnim->fcxp_wqe);
139 bfa_fcxp_walloc_cancel(itnim->fcs->bfa, &itnim->fcxp_wqe);
145 bfa_fcxp_walloc_cancel(itnim->fcs->bfa, &itnim->fcxp_wqe);
150 bfa_sm_fault(itnim->fcs, event);
158 bfa_trc(itnim->fcs, itni
[all...]
H A Dbfa_fcs_lport.c124 bfa_trc(port->fcs, port->port_cfg.pwwn);
125 bfa_trc(port->fcs, event);
133 bfa_sm_fault(port->fcs, event);
141 bfa_trc(port->fcs, port->port_cfg.pwwn);
142 bfa_trc(port->fcs, event);
167 bfa_sm_fault(port->fcs, event);
179 bfa_trc(port->fcs, port->port_cfg.pwwn);
180 bfa_trc(port->fcs, event);
227 bfa_sm_fault(port->fcs, event);
239 bfa_trc(port->fcs, por
1061 bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_fcs_vport_s *vport) argument
5643 bfa_fcs_get_base_port(struct bfa_fcs_s *fcs) argument
5655 struct bfa_fcs_s *fcs; local
5703 struct bfa_fcs_s *fcs; local
5752 struct bfa_fcs_s *fcs; local
5803 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) argument
6639 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
6689 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
6799 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) argument
[all...]
H A Dbfa_fcs.h211 struct bfa_fcs_s *fcs; /* FCS instance */ member in struct:bfa_fcs_lport_s
220 #define BFA_FCS_GET_HAL_FROM_PORT(port) (port->fcs->bfa)
271 struct bfa_fcs_s *fcs; /* FCS instance */ member in struct:bfa_fcs_fabric_s
369 * bfa fcs port public functions
373 struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs);
379 struct bfa_fcs_lport_s *bfa_fcs_lookup_port(struct bfa_fcs_s *fcs,
405 void bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs,
479 * bfa fcs vport public functions
482 struct bfa_fcs_s *fcs, u16 vf_id,
486 struct bfa_fcs_s *fcs, u1
584 struct bfa_fcs_s *fcs; /* fcs instance */ member in struct:bfa_fcs_rport_s
685 struct bfa_fcs_s *fcs; /* fcs instance */ member in struct:bfa_fcs_itnim_s
[all...]
H A Dbfa_modules.h69 bfa_boolean_t fcs; /* FCS is attached to BFA */ member in struct:bfa_s
/linux-master/include/linux/
H A Dppp_defs.h13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
/linux-master/arch/x86/include/asm/
H A Duser_32.h50 long fcs; member in struct:user_i387_struct
62 long fcs; member in struct:user_fxsr_struct
H A Duser32.h13 u32 fcs; member in struct:user_i387_ia32_struct
26 int fcs; member in struct:user32_fxsr_struct
/linux-master/drivers/usb/serial/
H A Dsafe_serial.c168 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c))
174 * @fcs: starting FCS
176 * Perform a memcpy and calculate fcs using ppp 10bit CRC algorithm. Return
179 static inline __u16 fcs_compute10(unsigned char *sp, int len, __u16 fcs) argument
181 for (; len-- > 0; fcs = CRC10_FCS(fcs, *sp++));
182 return fcs;
191 __u16 fcs; local
230 __u16 fcs; local
[all...]
/linux-master/include/net/caif/
H A Dcfcnfg.h62 * @fcs: Specify if checksum is used in CAIF Framing Layer.
70 bool fcs, int head_room);
/linux-master/drivers/net/ppp/
H A Dppp_async.c526 int fcs, i, count, c, proto; local
537 fcs = ap->tfcs;
559 fcs = PPP_INITFCS;
566 fcs = PPP_FCS(fcs, 0xff);
568 fcs = PPP_FCS(fcs, 0x03);
582 fcs = PPP_FCS(fcs, c);
592 ap->tfcs = fcs;
764 unsigned int len, fcs; local
947 int dlen, fcs, i, code; local
[all...]
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mm.h79 } __attribute__ ((packed)) fcs; member in union:mimd::__anon1048
H A Dmegaraid_mm.c248 adapno = GETADAP(mimd.ui.fcs.adapno);
303 opcode = kmimd.ui.fcs.opcode;
304 subopcode = kmimd.ui.fcs.subopcode;
374 opcode = mimd.ui.fcs.opcode;
375 subopcode = mimd.ui.fcs.subopcode;
376 adapno = GETADAP(mimd.ui.fcs.adapno);
409 kioc->xferlen = mimd.ui.fcs.length;
411 kioc->user_data = mimd.ui.fcs.buffer;
820 opcode = kmimd.ui.fcs.opcode;
821 subopcode = kmimd.ui.fcs
[all...]
/linux-master/arch/s390/include/asm/
H A Dcss_chars.h16 u64 fcs : 1; /* bit 46 */ member in struct:css_general_char
/linux-master/drivers/net/usb/
H A Dzaurus.c60 u32 fcs; local
62 fcs = crc32_le(~0, skb->data, skb->len);
63 fcs = ~fcs;
65 skb_put_u8(skb, fcs & 0xff);
66 skb_put_u8(skb, (fcs >> 8) & 0xff);
67 skb_put_u8(skb, (fcs >> 16) & 0xff);
68 skb_put_u8(skb, (fcs >> 24) & 0xff);
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c349 env->fcs = task_pt_regs(tsk)->cs;
358 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16);
384 fxsave->fop = (u16) ((u32) env->fcs >> 16);
391 fxsave->fcs = (env->fcs & 0xffff);
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h19 u32 fcs; /* FPU IP Selector */ member in struct:fregs_state
48 u32 fcs; /* FPU IP Selector */ member in struct:fxregs_state::__anon50::__anon52
86 u32 fcs; member in struct:swregs_state
/linux-master/drivers/tty/
H A Dn_gsm.c294 u8 fcs; member in struct:gsm_mux
465 * @fcs: Current FCS
472 static inline u8 gsm_fcs_add(u8 fcs, u8 c) argument
474 return gsm_fcs8[fcs ^ c];
479 * @fcs: Current FCS
487 static inline u8 gsm_fcs_add_block(u8 fcs, u8 *c, int len) argument
490 fcs = gsm_fcs8[fcs ^ *c++];
491 return fcs;
1096 u8 *fcs local
[all...]
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h298 u32 fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDesc
316 u32 fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDesc
331 u32 fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDescExt
349 u32 fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDescExt
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c542 struct mlx5_fc fcs[] __counted_by(bulk_len);
569 bulk = kvzalloc(struct_size(bulk, fcs, bulk_len), GFP_KERNEL);
585 mlx5_fc_init(&bulk->fcs[i], bulk, base_id + i);
622 return &bulk->fcs[free_fc_index];
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c452 unsigned long size, addr, fcs; local
487 if (kstrtoul(b, 16, &fcs) < 0)
498 if (((tmp + fcs) & 0xff) != 0xff) {
/linux-master/net/caif/
H A Dcfcnfg.c458 bool fcs, int head_room)
494 phyinfo->use_fcs = fcs;
496 frml = cffrml_create(phyid, fcs);
454 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, struct net_device *dev, struct cflayer *phy_layer, enum cfcnfg_phy_preference pref, struct cflayer *link_support, bool fcs, int head_room) argument
/linux-master/lib/reed_solomon/
H A Dtest_rslib.c39 int fcs; member in struct:etab
453 rsc = init_rs(e->symsize, e->genpoly, e->fcs, e->prim, e->nroots);
/linux-master/net/bluetooth/
H A Dl2cap_sock.c484 opts.fcs = chan->fcs;
754 opts.fcs = chan->fcs;
796 chan->fcs = opts.fcs;
1755 chan->fcs = pchan->fcs;

Completed in 284 milliseconds

123