Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c957 uint8_t tid, pn_ie_cnt, *pn_ie = NULL; in htt_t2h_msg_handler() local
988 pn_ie = (uint8_t *) msg_word; in htt_t2h_msg_handler()
992 pn_ie_cnt, pn_ie); in htt_t2h_msg_handler()
1336 u_int8_t tid, pn_ie_cnt, *pn_ie = NULL; in htt_t2h_msg_handler_fast() local
1369 pn_ie = (u_int8_t *)msg_word; in htt_t2h_msg_handler_fast()
1372 seq_num_start, seq_num_end, pn_ie_cnt, pn_ie); in htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_htt_api.h651 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie);
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_reorder.c682 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie) in ol_rx_pn_ind_handler() argument
728 if (pn_ie_cnt && seq_num == (int)(pn_ie[i])) { in ol_rx_pn_ind_handler()