Lines Matching refs:tid
1375 struct ieee80211_sta *sta, u16 tid, u16 *ssn, in rtl_op_ampdu_action() argument
1383 "IEEE80211_AMPDU_TX_START: TID:%d\n", tid); in rtl_op_ampdu_action()
1384 return rtl_tx_agg_start(hw, vif, sta, tid, ssn); in rtl_op_ampdu_action()
1389 "IEEE80211_AMPDU_TX_STOP: TID:%d\n", tid); in rtl_op_ampdu_action()
1390 return rtl_tx_agg_stop(hw, vif, sta, tid); in rtl_op_ampdu_action()
1393 "IEEE80211_AMPDU_TX_OPERATIONAL:TID:%d\n", tid); in rtl_op_ampdu_action()
1394 rtl_tx_agg_oper(hw, sta, tid); in rtl_op_ampdu_action()
1398 "IEEE80211_AMPDU_RX_START:TID:%d\n", tid); in rtl_op_ampdu_action()
1399 return rtl_rx_agg_start(hw, sta, tid); in rtl_op_ampdu_action()
1402 "IEEE80211_AMPDU_RX_STOP:TID:%d\n", tid); in rtl_op_ampdu_action()
1403 return rtl_rx_agg_stop(hw, sta, tid); in rtl_op_ampdu_action()