Searched refs:pn_ie (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 957 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 D | ol_txrx_htt_api.h | 651 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie);
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_rx_reorder.c | 682 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()
|