Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.c1217 u32 rx_low; in rt2400pci_fill_rxdone() local
1240 rx_low = rt2x00_get_field32(word4, RXD_W4_RX_END_TIME); in rt2400pci_fill_rxdone()
1243 if ((u32)tsf <= rx_low) in rt2400pci_fill_rxdone()
1251 rxdesc->timestamp = ((u64)rx_high << 32) | rx_low; in rt2400pci_fill_rxdone()