Searched refs:fcs (Results 76 - 100 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.c213 fcs; local
215 fcs.value = INIT_FCS;
218 fcs.value = irda_fcs (fcs.value, *(buf++));
220 return (fcs.value == GOOD_FCS);
757 fcs; local
765 fcs.value = INIT_FCS;
774 fcs.value = irda_fcs (fcs.value, i);
777 len += stuff_byte (fcs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_core.c146 bfa->fcs = BFA_FALSE;
312 bfa->fcs = BFA_TRUE;
H A Dbfa_lps.c523 * Indirect login completion handler for non-fcs
540 * Login completion handler -- direct call for fcs, queue for others
545 if (!lps->bfa->fcs) {
558 * Indirect logout completion handler for non-fcs
575 * Logout completion handler -- direct call for fcs, queue for others
580 if (!lps->bfa->fcs) {
592 * Clear virtual link completion handler for non-fcs
608 * Received Clear virtual link event --direct call for fcs,
614 if (!lps->bfa->fcs) {
H A Dbfa_uf.c254 if (bfa->fcs)
H A Dbfa_itnim.c38 if ((__itnim)->bfa->fcs) \
47 if ((__itnim)->bfa->fcs) \
56 if ((__itnim)->bfa->fcs) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c377 if (pi->fcs == L2CAP_FCS_CRC16)
404 if (pi->fcs == L2CAP_FCS_CRC16) {
405 u16 fcs = crc16(0, (u8 *)lh, count - 2); local
406 put_unaligned_le16(fcs, skb_put(skb, 2));
897 pi->fcs = l2cap_pi(parent)->fcs;
913 pi->fcs = L2CAP_FCS_CRC16;
1446 u16 control, fcs; local
1453 if (pi->fcs == L2CAP_FCS_CRC16) {
1454 fcs
1468 u16 control, fcs; local
1515 u16 control, fcs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda_device.h184 __u16 fcs; member in struct:__anon18386
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c1031 * Calculate a new fcs given the current fcs and the new data.
1033 unsigned short pppfcs16(register unsigned short fcs, argument
1041 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
1043 return (fcs);
1061 unsigned short fcs; local
1066 fcs = pppfcs16(PPPINITFCS16, header, 2);
1067 fcs
[all...]
H A Dpppoe2.c927 * Calculate a new fcs given the current fcs and the new data.
929 unsigned short pppfcs16(register unsigned short fcs, argument
937 fcs = (fcs >> 8) ^ fcstab[(fcs ^ *cp++) & 0xff];
939 return (fcs);
957 unsigned short fcs; local
963 fcs = pppfcs16(PPPINITFCS16, header, 2);
964 fcs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h256 u32 fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDesc
274 u32 fcs:1; /* Frame CRC correct */ member in struct:Vmxnet3_RxCompDesc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h60 __u8 fcs; member in struct:l2cap_options
326 __u8 fcs; member in struct:l2cap_pinfo
H A Drfcomm.h115 u8 fcs; member in struct:rfcomm_cmd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Disocdata.c401 u16 fcs; local
415 fcs = PPP_INITFCS;
420 fcs = crc_ccitt_byte(fcs, c);
425 fcs ^= 0xffff;
426 ones = hdlc_bitstuff_byte(iwb, fcs & 0x00ff, ones);
427 ones = hdlc_bitstuff_byte(iwb, (fcs >> 8) & 0x00ff, ones);
499 * append byte c to current skb of B channel structure *bcs, updating fcs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbt3c_cs.c480 unsigned int iobase, size, addr, fcs, tmp; local
513 fcs = simple_strtoul(b, NULL, 16);
521 if (((tmp + fcs) & 0xff) != 0xff) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dprocessor.h288 u32 fcs; /* FPU IP Selector */ member in struct:i387_fsave_struct
311 u32 fcs; /* FPU IP Selector */ member in struct:i387_fxsave_struct::__anon10572::__anon10574
339 u32 fcs; member in struct:i387_soft_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfcnfg.c397 bool fcs, bool stx)
452 cnfg->phy_layers[*phyid].use_fcs = fcs;
455 frml = cffrml_create(*phyid, fcs);
394 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, enum cfcnfg_phy_type phy_type, struct net_device *dev, struct cflayer *phy_layer, u16 *phyid, enum cfcnfg_phy_preference pref, bool fcs, bool stx) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.c1075 unsigned char fcs[ETH_FCS_LEN + 1]; local
1134 fcs[0] = 0;
1136 fcs[i + 1] = ~skb->data[skb->len + i];
1137 skb->csum = csum_partial(fcs, ETH_FCS_LEN + 1, skb->csum);
1140 fcs[i] = ~skb->data[skb->len + i];
1141 skb->csum = csum_partial(fcs, ETH_FCS_LEN, skb->csum);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dnmclan_cs.c337 int fcs; member in struct:_mace_statistics
1125 lp->mace_stats.fcs++;
1220 pr_debug(" fram=%-7d fcs=%d\n",
1221 pstats->fram, pstats->fcs);
1285 lp->linux_stats.rx_crc_errors = lp->mace_stats.fcs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dpppoe.h305 UINT16_t pppFCS16(UINT16_t fcs, unsigned char *cp, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_gre.c650 u_int16_t fcs; local
656 fcs = pppfcs16(PPPINITFCS16, source, len) ^ 0xFFFF;
663 (i < len)?source[i]:(i == len)?(fcs & 0xFF):((fcs >> 8) & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dcontrol.c121 _u16 fcs = PPP_INITFCS; local
126 fcs = PPP_FCS (fcs, *c);
129 fcs = fcs ^ 0xFFFF;
130 *c = fcs & 0xFF;
132 *c = (fcs >> 8) & 0xFF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dcore.c192 static inline int __check_fcs(u8 *data, int type, u8 fcs) argument
199 return rfcomm_crc_table[f ^ fcs] != 0xcf;
768 cmd.fcs = __fcs2((u8 *) &cmd);
782 cmd.fcs = __fcs2((u8 *) &cmd);
796 cmd.fcs = __fcs2((u8 *) &cmd);
816 cmd->fcs = __fcs2((u8 *) cmd);
832 cmd.fcs = __fcs2((u8 *) &cmd);
1653 u8 type, dlci, fcs; local
1660 fcs = *(u8 *)skb_tail_pointer(skb);
1662 if (__check_fcs(skb->data, type, fcs)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsignal.c110 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16);
147 fxsave->fcs = (env[4] & 0xffff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c1051 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff])
1057 unsigned short fcs; local
1064 fcs = 0xffff;
1070 fcs = FCS(fcs, v);
1072 printf("%x\n", fcs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pip.h389 status->fcs_align_err_packets = stat7.s.fcs;

Completed in 232 milliseconds

12345