Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_common.h433 unsigned long aggr_timestamp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dampdu.c1549 unsigned long timeout_jiffies = skb_info->aggr_timestamp in _collect_retry_frames()
1558 delta_ms = jiffies_to_msecs(cur_jiffies - skb_info->aggr_timestamp); in _collect_retry_frames()
2262 timeout_jiffies = skb_info->aggr_timestamp + msecs_to_jiffies(BA_WAIT_TIMEOUT); in _check_timeout()
2266 delta_ms = jiffies_to_msecs(cur_jiffies - skb_info->aggr_timestamp); in _check_timeout()
2333 mpdu_skb_info->aggr_timestamp = cur_jiffies; in ssv6xxx_ampdu_sent()