Home
last modified time | relevance | path

Searched refs:this_rfp_ptr (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dznet.c738 ushort *this_rfp_ptr = znet->rx_start + next_frame_end_offset; in znet_rx() local
739 int status = this_rfp_ptr[-4]; in znet_rx()
740 int pkt_len = this_rfp_ptr[-2]; in znet_rx()
745 this_rfp_ptr[-3]<<1); in znet_rx()
791 znet->rx_cur = this_rfp_ptr; in znet_rx()
795 next_frame_end_offset = this_rfp_ptr[-3]; in znet_rx()
798 this_rfp_ptr = znet->rx_start + next_frame_end_offset; in znet_rx()