Lines Matching refs:get_rx
796 union ring_type get_rx, put_rx, first_rx, last_rx; member
1810 less_rx = np->get_rx.orig; in nv_alloc_rx()
1851 less_rx = np->get_rx.ex; in nv_alloc_rx_optimized()
1903 np->get_rx = np->put_rx = np->first_rx = np->rx_ring; in nv_init_rx()
2806 while ((np->get_rx.orig != np->put_rx.orig) && in nv_rx_process()
2807 !((flags = le32_to_cpu(np->get_rx.orig->flaglen)) & NV_RX_AVAIL) && in nv_rx_process()
2892 if (unlikely(np->get_rx.orig++ == np->last_rx.orig)) in nv_rx_process()
2893 np->get_rx.orig = np->first_rx.orig; in nv_rx_process()
2912 while ((np->get_rx.ex != np->put_rx.ex) && in nv_rx_process_optimized()
2913 !((flags = le32_to_cpu(np->get_rx.ex->flaglen)) & NV_RX2_AVAIL) && in nv_rx_process_optimized()
2959 vlanflags = le32_to_cpu(np->get_rx.ex->buflow); in nv_rx_process_optimized()
2981 if (unlikely(np->get_rx.ex++ == np->last_rx.ex)) in nv_rx_process_optimized()
2982 np->get_rx.ex = np->first_rx.ex; in nv_rx_process_optimized()