Searched defs:last_rx (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_ap.h54 unsigned long last_rx; member in struct:sta_info
/drivers/net/irda/
H A Dvlsi_ir.h727 struct timeval last_rx; member in struct:vlsi_irda_dev
/drivers/net/wireless/b43legacy/
H A Db43legacy.h554 unsigned long last_rx; member in struct:b43legacy_stats
/drivers/net/ethernet/nvidia/
H A Dforcedeth.c799 union ring_type get_rx, put_rx, first_rx, last_rx; member in struct:fe_priv
1815 less_rx = np->last_rx.orig;
1829 if (unlikely(np->put_rx.orig++ == np->last_rx.orig))
1850 less_rx = np->last_rx.ex;
1865 if (unlikely(np->put_rx.ex++ == np->last_rx.ex))
1897 np->last_rx.orig = &np->rx_ring.orig[np->rx_ring_size-1];
1899 np->last_rx.ex = &np->rx_ring.ex[np->rx_ring_size-1];
2822 if (unlikely(np->get_rx.orig++ == np->last_rx.orig))
2911 if (unlikely(np->get_rx.ex++ == np->last_rx.ex))

Completed in 124 milliseconds