Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2400pci.c1223 u32 rx_low; in rt2400pci_fill_rxdone() local
1246 rx_low = rt2x00_get_field32(word4, RXD_W4_RX_END_TIME); in rt2400pci_fill_rxdone()
1249 if ((u32)tsf <= rx_low) in rt2400pci_fill_rxdone()
1257 rxdesc->timestamp = ((u64)rx_high << 32) | rx_low; in rt2400pci_fill_rxdone()