Home
last modified time | relevance | path

Searched refs:ulLastRxJiffer (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dbssdb.h208 unsigned long ulLastRxJiffer; member
Dhostap.c272 pMgmt->sNodeDBTable[uNodeIndex].ulLastRxJiffer = jiffies; in hostap_add_sta()
311 (jiffies - pMgmt->sNodeDBTable[uNodeIndex].ulLastRxJiffer) / HZ; in hostap_get_info_sta()
Ddpc.c466 pMgmt->sNodeDBTable[iSANodeIndex].ulLastRxJiffer = jiffies; in device_receive_frame()
/linux-2.6.39/drivers/staging/vt6656/
Dbssdb.h197 unsigned long ulLastRxJiffer; member
Dhostap.c267 pMgmt->sNodeDBTable[uNodeIndex].ulLastRxJiffer = jiffies; in hostap_add_sta()
306 (jiffies - pMgmt->sNodeDBTable[uNodeIndex].ulLastRxJiffer) / HZ; in hostap_get_info_sta()
Ddpc.c480 pMgmt->sNodeDBTable[iSANodeIndex].ulLastRxJiffer = jiffies; in RXbBulkInProcessData()