Searched refs:zmw_le16_to_cpu (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/staging/otus/
H A Doal_marc.h78 #define zmw_le16_to_cpu(v) (((v & 0xff00) >> 8) | \ macro
84 #define zmw_le16_to_cpu(v) (v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmsta.c2179 if ( (zmw_le16_to_cpu(pAuthFrame->seq) == 2)&&
2180 (zmw_le16_to_cpu(pAuthFrame->algo) == 0)&&
2181 (zmw_le16_to_cpu(pAuthFrame->status) == 0) )
2228 if ( (zmw_le16_to_cpu(pAuthFrame->algo) == 1) &&
2229 (zmw_le16_to_cpu(pAuthFrame->seq) == 2) &&
2230 (zmw_le16_to_cpu(pAuthFrame->status) == 0))
2260 if ( (zmw_le16_to_cpu(pAuthFrame->algo) == 1)&&
2261 (zmw_le16_to_cpu(pAuthFrame->seq) == 4)&&
2262 (zmw_le16_to_cpu(pAuthFrame->status) == 0) )

Completed in 111 milliseconds