Searched refs:CDU_CRC8 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.h314 #define CDU_CRC8(_cid, _region, _type) \ macro
318 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_reg.h5297 #define CDU_CRC8(_cid, _region, _type)\ macro
5300 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
5302 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))

Completed in 125 milliseconds