Searched refs:rx_reorder_timeout_ac (Results 1 – 1 of 1) sorted by relevance
35 struct ol_tx_reorder_cat_timeout_t *rx_reorder_timeout_ac; in ol_rx_reorder_timeout_remove() local41 rx_reorder_timeout_ac = &pdev->rx.reorder_timeout.access_cats[ac]; in ol_rx_reorder_timeout_remove()48 TAILQ_REMOVE(&rx_reorder_timeout_ac->virtual_timer_list, list_elem, in ol_rx_reorder_timeout_remove()54 *rx_reorder_timeout_ac, uint32_t time_now_ms) in ol_rx_reorder_timeout_start()59 list_elem = TAILQ_FIRST(&rx_reorder_timeout_ac->virtual_timer_list); in ol_rx_reorder_timeout_start()62 qdf_timer_start(&rx_reorder_timeout_ac->timer, duration_ms); in ol_rx_reorder_timeout_start()70 struct ol_tx_reorder_cat_timeout_t *rx_reorder_timeout_ac; in ol_rx_reorder_timeout_add() local77 rx_reorder_timeout_ac = &pdev->rx.reorder_timeout.access_cats[ac]; in ol_rx_reorder_timeout_add()87 time_now_ms + rx_reorder_timeout_ac->duration_ms; in ol_rx_reorder_timeout_add()90 start = TAILQ_EMPTY(&rx_reorder_timeout_ac->virtual_timer_list); in ol_rx_reorder_timeout_add()[all …]