Home
last modified time | relevance | path

Searched refs:mt7615_mcu_add_tx_ba (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c848 ret = mt7615_mcu_add_tx_ba(dev, params, true); in mt7615_ampdu_action()
856 ret = mt7615_mcu_add_tx_ba(dev, params, false); in mt7615_ampdu_action()
865 ret = mt7615_mcu_add_tx_ba(dev, params, false); in mt7615_ampdu_action()
H A Dmt7615.h207 #define mt7615_mcu_add_tx_ba(dev, ...) (dev)->mcu_ops->add_tx_ba((dev), __VA_ARGS__) macro