Home
last modified time | relevance | path

Searched defs:_link_detect_t (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/rtl8187se/
Dr8180.h225 typedef struct _link_detect_t struct
227 … RxFrameNum[MAX_LD_SLOT_NUM]; // number of Rx Frame / CheckForHang_period to determine link status
228 u16 SlotNum; // number of CheckForHang period to determine link status, default is 2
229 u16 SlotIndex;
231 u32 NumTxOkInPeriod; //number of packet transmitted during CheckForHang
232 u32 NumRxOkInPeriod; //number of packet received during CheckForHang
234 u8 IdleCount; // (KEEP_ALIVE_INTERVAL / CHECK_FOR_HANG_PERIOD)
235 u32 LastNumTxUnicast;
236 u32 LastNumRxUnicast;
238 bool bBusyTraffic; //when it is set to 1, UI cann't scan at will.