Searched refs:RxReorderPendingTime (Results 1 – 8 of 8) sorted by relevance
248 u8 RxReorderPendingTime; member
94 msecs_to_jiffies(ieee->pHTInfo->RxReorderPendingTime)); in RxPktPendingTimeout()
117 pHTInfo->RxReorderPendingTime = 30; in HTUpdateDefaultSetting()
724 msecs_to_jiffies(pHTInfo->RxReorderPendingTime)); in RxReorderIndicatePacket()
323 u8 RxReorderPendingTime; member
90 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + MSECS(ieee->pHTInfo->RxReorderPendingTime)); in RxPktPendingTimeout()
102 pHTInfo->RxReorderPendingTime = 30; in HTUpdateDefaultSetting()
762 pTS->RxPktPendingTimer.expires = jiffies + MSECS(pHTInfo->RxReorderPendingTime); in RxReorderIndicatePacket()