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 …]
1337 struct rt_link_detect { struct1338 u32 num_tx_in4period[4];1339 u32 num_rx_in4period[4];1341 u32 num_tx_inperiod;1342 u32 num_rx_inperiod;1344 bool busytraffic;1345 bool higher_busytraffic;1346 bool higher_busyrxtraffic;1348 u32 tidtx_in4period[MAX_TID_COUNT][4];1349 u32 tidtx_inperiod[MAX_TID_COUNT];[all …]