Searched defs:rt_link_detect (Results 1 – 2 of 2) sorted by relevance
1947 struct rt_link_detect { struct1949 u32 NumRecvBcnInPeriod;1950 u32 NumRecvDataInPeriod;1952 u32 RxBcnNum[RT_MAX_LD_SLOT_NUM];1953 u32 RxDataNum[RT_MAX_LD_SLOT_NUM];1954 u16 SlotNum;1955 u16 SlotIndex;1957 u32 NumTxOkInPeriod;1958 u32 NumRxOkInPeriod;1959 u32 NumRxUnicastOkInPeriod;[all …]
1335 struct rt_link_detect { struct1336 u32 num_tx_in4period[4];1337 u32 num_rx_in4period[4];1339 u32 num_tx_inperiod;1340 u32 num_rx_inperiod;1342 bool busytraffic;1343 bool higher_busytraffic;1344 bool higher_busyrxtraffic;1346 u32 tidtx_in4period[MAX_TID_COUNT][4];1347 u32 tidtx_inperiod[MAX_TID_COUNT];[all …]