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

/openbsd-current/sys/dev/pci/
H A Dif_iwmvar.h432 * @last_rx: last rx timestamp, updated only if timeout passed from last update
444 struct timeval last_rx; member in struct:iwm_rxba_data
H A Dif_iwxvar.h412 * @last_rx: last rx timestamp, updated only if timeout passed from last update
424 struct timeval last_rx; member in struct:iwx_rxba_data
H A Dif_iwx.c3213 timerclear(&rxba->last_rx);
3236 timeradd(&rxba->last_rx, &timeout, &expiry);
3516 getmicrouptime(&rxba->last_rx);
4987 getmicrouptime(&rxba->last_rx);
H A Dif_iwm.c3209 timerclear(&rxba->last_rx);
3232 timeradd(&rxba->last_rx, &timeout, &expiry);
3388 getmicrouptime(&rxba->last_rx);
5198 getmicrouptime(&rxba->last_rx);

Completed in 153 milliseconds