Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_err.c1913 soc->rx_route_err_start_pkt_ts); in dp_rx_err_exception()
1918 if (!soc->rx_route_err_start_pkt_ts) in dp_rx_err_exception()
1919 soc->rx_route_err_start_pkt_ts = cur_time_stamp; in dp_rx_err_exception()
1922 if ((cur_time_stamp - soc->rx_route_err_start_pkt_ts) > in dp_rx_err_exception()
1924 soc->rx_route_err_start_pkt_ts = cur_time_stamp; in dp_rx_err_exception()
1932 soc->rx_route_err_start_pkt_ts); in dp_rx_err_exception()
H A Ddp_types.h2964 uint64_t rx_route_err_start_pkt_ts; member