Lines Matching defs:mt7915_twt_flow
116 struct mt7915_twt_flow { struct117 struct list_head list;118 u64 start_tsf;119 u64 tsf;120 u32 duration;121 u16 wcid;122 __le16 mantissa;123 u8 exp;124 u8 table_id;125 u8 id;126 u8 protection:1;127 u8 flowtype:1;151 struct mt7915_twt_flow flow[MT7915_MAX_STA_TWT_AGRT]; argument