Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ !
H A Ddp_rx_defrag.c176 uint32_t now_ms = qdf_system_ticks_to_msecs(qdf_system_ticks()); in dp_rx_defrag_waitlist_flush() local
182 dp_debug("Current time %u", now_ms); in dp_rx_defrag_waitlist_flush()
189 if (waitlist_elem->defrag_timeout_ms > now_ms) in dp_rx_defrag_waitlist_flush()
211 now_ms + soc->rx.defrag.timeout_ms; in dp_rx_defrag_waitlist_flush()
1730 uint32_t now_ms = in dp_rx_defrag_add_last_frag() local
1734 now_ms + soc->rx.defrag.timeout_ms; in dp_rx_defrag_add_last_frag()
2052 uint32_t now_ms = in dp_rx_defrag_store_fragment() local
2056 now_ms + pdev->soc->rx.defrag.timeout_ms; in dp_rx_defrag_store_fragment()
H A Ddp_rx_err.c2347 uint32_t now_ms = in dp_rx_err_process() local
2350 if (now_ms >= soc->rx.defrag.next_flush_ms) in dp_rx_err_process()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ !
H A Ddp_rh_rx.c77 uint32_t now_ms = in dp_rx_data_flush() local
80 if (now_ms >= soc->rx.defrag.next_flush_ms) in dp_rx_data_flush()
1483 uint32_t now_ms = in dp_rx_defrag_store_fragment_rh() local
1487 now_ms + pdev->soc->rx.defrag.timeout_ms; in dp_rx_defrag_store_fragment_rh()
/wlan-driver/qcacld-3.0/core/dp/txrx/ !
H A Dol_rx_defrag.c509 uint32_t now_ms = qdf_system_ticks_to_msecs(qdf_system_ticks()); in ol_rx_reorder_store_frag() local
512 now_ms + pdev->rx.defrag.timeout_ms; in ol_rx_reorder_store_frag()
645 uint32_t now_ms = qdf_system_ticks_to_msecs(qdf_system_ticks()); in ol_rx_defrag_waitlist_flush() local
653 if (rx_reorder->defrag_timeout_ms > now_ms) in ol_rx_defrag_waitlist_flush()