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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dznet.c701 unsigned short hi_cnt, lo_cnt, hi_status, lo_status; local
716 lo_cnt = *cur_frame_end++;
718 count = ((hi_cnt & 0xff) << 8) + (lo_cnt & 0xff);
723 cur_frame_end_offset<<1, lo_status, hi_status, lo_cnt, hi_cnt,

Completed in 24 milliseconds