Home
last modified time | relevance | path

Searched refs:DELBA_TID_POS (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/marvell/mwifiex/
D11n_rxreorder.h34 #define DELBA_TID_POS 12 macro
D11n.c116 tid = del_ba_param_set >> DELBA_TID_POS; in mwifiex_ret_11n_delba()
661 del_ba_param_set = tid << DELBA_TID_POS; in mwifiex_send_delba()
709 tid = del_ba_param_set >> DELBA_TID_POS; in mwifiex_11n_delete_ba_stream()
D11n_rxreorder.c786 cpu_to_le16((u16) event->tid << DELBA_TID_POS); in mwifiex_11n_ba_stream_timeout()