Searched refs:ether_crc (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrc32.h24 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Ddwmac100_core.c130 ether_crc(ETH_ALEN, ha->addr) >> 26;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Ddm9601.c392 u32 crc = ether_crc(ETH_ALEN, ha->addr) >> 26;
H A Dmcs7830.c459 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26;
H A Dasix.c599 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26;
833 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26;
H A Dsmsc75xx.c405 return (ether_crc(ETH_ALEN, addr) >> 23) & 0x1ff;
H A Dsmsc95xx.c366 return (ether_crc(ETH_ALEN, addr) >> 26) & 0x3f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_mac.c554 result = ether_crc(6, etdev->MCList[nIndex]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtun.c211 int n = ether_crc(ETH_ALEN, addr) >> 26;
217 int n = ether_crc(ETH_ALEN, addr) >> 26;
H A Dethoc.c786 u32 crc = ether_crc(ETH_ALEN, ha->addr);
H A Dlib8390.c909 u32 crc = ether_crc(ETH_ALEN, ha->addr);
H A Dau1000_eth.c954 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26,
H A Dks8851.c974 crc = ether_crc(ETH_ALEN, ha->addr);
H A Dsc92031.c442 crc = ~ether_crc(ETH_ALEN, ha->addr);
H A Dbfin_mac.c1297 crc = ether_crc(ETH_ALEN, addrs);
H A Ddepca.c1290 crc = ether_crc(ETH_ALEN, addrs);
H A Dfealnx.c1785 bit = (ether_crc(ETH_ALEN, ha->addr) >> 26) ^ 0x3F;
H A Dgreth.c987 return (ether_crc(6, addr)) & 0x3F;
H A Dpci-skeleton.c1816 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
H A Dsis190.c858 ether_crc(ETH_ALEN, ha->addr) & 0x3f;
H A Dsmc911x.c1336 position = ether_crc(ETH_ALEN, ha->addr)>>26;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmain_usb.c1341 static inline u32 ether_crc(int length, unsigned char *data) function
1588 int bit_nr = ether_crc(ETH_ALEN, ha->addr) >> 26;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dpm3393.c379 bit = (ether_crc(ETH_ALEN, ha->addr) >> 23) & 0x3f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dtulip_core.c1107 filterbit = ether_crc(ETH_ALEN,
1115 ether_crc(ETH_ALEN, ha->addr),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Daxnet_cs.c1615 crc = ether_crc(ETH_ALEN, ha->addr);

Completed in 318 milliseconds

12