Searched refs:this_rfp_ptr (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.c736 ushort *this_rfp_ptr = znet->rx_start + next_frame_end_offset; local
737 int status = this_rfp_ptr[-4];
738 int pkt_len = this_rfp_ptr[-2];
743 this_rfp_ptr[-3]<<1);
784 znet->rx_cur = this_rfp_ptr;
788 next_frame_end_offset = this_rfp_ptr[-3];
791 this_rfp_ptr = znet->rx_start + next_frame_end_offset;

Completed in 91 milliseconds