Searched defs:edca (Results 1 – 6 of 6) sorted by relevance
356 struct edca { struct357 __le16 tag;358 __le16 len;360 u8 queue;361 u8 set;362 u8 cw_min;363 u8 cw_max;364 __le16 txop;365 u8 aifs;366 u8 __rsv;
695 struct edca { in mt7921_mcu_set_tx() struct696 __le16 cw_min; in mt7921_mcu_set_tx()697 __le16 cw_max; in mt7921_mcu_set_tx()698 __le16 txop; in mt7921_mcu_set_tx()699 __le16 aifs; in mt7921_mcu_set_tx()700 u8 guardtime; in mt7921_mcu_set_tx()701 u8 acm; in mt7921_mcu_set_tx()704 struct edca edca[IEEE80211_NUM_ACS]; in mt7921_mcu_set_tx() member730 struct mu_edca edca[IEEE80211_NUM_ACS]; in mt7921_mcu_set_tx() member
203 struct edca { struct218 struct edca edca[IEEE80211_NUM_ACS]; argument
352 struct edca { struct353 __le16 tag;354 __le16 len;356 u8 queue;357 u8 set;358 u8 cw_min;359 u8 cw_max;360 __le16 txop;361 u8 aifs;362 u8 __rsv;
144 struct wsm_edca_params edca; member
1581 struct wsm_edca_queue_params *edca; in cw1200_get_prio_queue() local